From 8e05fb1e6993fbb72416b0cefafadec45eb5dfec Mon Sep 17 00:00:00 2001 From: Aaron Sugarman <82889095+AaronjSugarman@users.noreply.github.com> Date: Wed, 28 Apr 2021 18:23:17 -0400 Subject: [PATCH 1/2] Update types.json --- src/app/types.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/types.json b/src/app/types.json index e234859db..598f12416 100644 --- a/src/app/types.json +++ b/src/app/types.json @@ -173,5 +173,11 @@ "audience": "end user", "object": "end user’s live service usage" } - } + }, + "Ad Publishing Policy": { + "commitment": { + "writer": "service provider", + "audience": "end user", + "object": "acceptable and unacceptable usage" + } } From 478400cbeb99e19c247a2bed59baf65e5273a413 Mon Sep 17 00:00:00 2001 From: Aaron Sugarman <82889095+AaronjSugarman@users.noreply.github.com> Date: Thu, 29 Apr 2021 10:41:06 -0400 Subject: [PATCH 2/2] Update types.json --- src/app/types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/types.json b/src/app/types.json index 598f12416..13c19eac1 100644 --- a/src/app/types.json +++ b/src/app/types.json @@ -181,3 +181,4 @@ "object": "acceptable and unacceptable usage" } } +}