agent-generator-cli 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (766) hide show
  1. package/README.md +2 -22
  2. package/install-extension.js +89 -0
  3. package/main.js +45 -7
  4. package/package.json +21 -8
  5. package/source/api-data-generators/.idea/api-data-generators.iml +9 -0
  6. package/source/api-data-generators/.idea/misc.xml +6 -0
  7. package/source/api-data-generators/.idea/modules.xml +8 -0
  8. package/source/api-data-generators/.idea/vcs.xml +6 -0
  9. package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +318 -0
  10. package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +32 -0
  11. package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +21 -0
  12. package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +18 -0
  13. package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +39 -0
  14. package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +157 -0
  15. package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +46 -0
  16. package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +16 -0
  17. package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +33 -0
  18. package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +13 -0
  19. package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +91 -0
  20. package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +18 -0
  21. package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +42 -0
  22. package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +92 -0
  23. package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +51 -0
  24. package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +11 -0
  25. package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +41 -0
  26. package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +18 -0
  27. package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +76 -0
  28. package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +51 -0
  29. package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +25 -0
  30. package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +26 -0
  31. package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +18 -0
  32. package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +17 -0
  33. package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +17 -0
  34. package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +21 -0
  35. package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +32 -0
  36. package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +43 -0
  37. package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +631 -0
  38. package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +70 -0
  39. package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +294 -0
  40. package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +58 -0
  41. package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +74 -0
  42. package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +11 -0
  43. package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +24 -0
  44. package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +259 -0
  45. package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +6 -0
  46. package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +14 -0
  47. package/source/api-data-generators/portal/View/test_data_generation_configurations.json +19 -0
  48. package/source/api-data-generators/support/Account/test_data_generation_configurations.json +265 -0
  49. package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +48 -0
  50. package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +47 -0
  51. package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +14 -0
  52. package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +52 -0
  53. package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +33 -0
  54. package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +45 -0
  55. package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +38 -0
  56. package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +50 -0
  57. package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +22 -0
  58. package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +217 -0
  59. package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +30 -0
  60. package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +31 -0
  61. package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +36 -0
  62. package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +32 -0
  63. package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +49 -0
  64. package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +66 -0
  65. package/source/api-data-generators/support/Article/test_data_generation_configurations.json +294 -0
  66. package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +150 -0
  67. package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +238 -0
  68. package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +147 -0
  69. package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +56 -0
  70. package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +397 -0
  71. package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +1123 -0
  72. package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +26 -0
  73. package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +26 -0
  74. package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +49 -0
  75. package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +58 -0
  76. package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +27 -0
  77. package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +20 -0
  78. package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +13 -0
  79. package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +24 -0
  80. package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +29 -0
  81. package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +115 -0
  82. package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +64 -0
  83. package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +288 -0
  84. package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +119 -0
  85. package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +37 -0
  86. package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +26 -0
  87. package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +211 -0
  88. package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +40 -0
  89. package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +32 -0
  90. package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +72 -0
  91. package/source/api-data-generators/support/Call/test_data_generation_configurations.json +247 -0
  92. package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +51 -0
  93. package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +65 -0
  94. package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +77 -0
  95. package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +14 -0
  96. package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +44 -0
  97. package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +35 -0
  98. package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +185 -0
  99. package/source/api-data-generators/support/Common/test_data_generation_configurations.json +43 -0
  100. package/source/api-data-generators/support/Community/test_data_generation_configurations.json +313 -0
  101. package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +16 -0
  102. package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +121 -0
  103. package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +350 -0
  104. package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +16 -0
  105. package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +19 -0
  106. package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +509 -0
  107. package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +32 -0
  108. package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +63 -0
  109. package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +370 -0
  110. package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +44 -0
  111. package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +47 -0
  112. package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +52 -0
  113. package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +11 -0
  114. package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +45 -0
  115. package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +184 -0
  116. package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +30 -0
  117. package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +93 -0
  118. package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +19 -0
  119. package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +202 -0
  120. package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +56 -0
  121. package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +334 -0
  122. package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +113 -0
  123. package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +68 -0
  124. package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +16 -0
  125. package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +270 -0
  126. package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +70 -0
  127. package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +486 -0
  128. package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +77 -0
  129. package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +305 -0
  130. package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +126 -0
  131. package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +205 -0
  132. package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +90 -0
  133. package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +33 -0
  134. package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +228 -0
  135. package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +44 -0
  136. package/source/api-data-generators/support/Department/test_data_generation_configurations.json +156 -0
  137. package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +50 -0
  138. package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +17 -0
  139. package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +37 -0
  140. package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +45 -0
  141. package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +6 -0
  142. package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +21 -0
  143. package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +106 -0
  144. package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +205 -0
  145. package/source/api-data-generators/support/Event/test_data_generation_configurations.json +196 -0
  146. package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +45 -0
  147. package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +77 -0
  148. package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +14 -0
  149. package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +689 -0
  150. package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +64 -0
  151. package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +61 -0
  152. package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +49 -0
  153. package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +44 -0
  154. package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +108 -0
  155. package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +39 -0
  156. package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +54 -0
  157. package/source/api-data-generators/support/Field/test_data_generation_configurations.json +1031 -0
  158. package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +564 -0
  159. package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +36 -0
  160. package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +180 -0
  161. package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +60 -0
  162. package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +26 -0
  163. package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +240 -0
  164. package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +16 -0
  165. package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +216 -0
  166. package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +168 -0
  167. package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +29 -0
  168. package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +98 -0
  169. package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +11 -0
  170. package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +93 -0
  171. package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +34 -0
  172. package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +18 -0
  173. package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +25 -0
  174. package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +65 -0
  175. package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +155 -0
  176. package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +92 -0
  177. package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +22 -0
  178. package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +19 -0
  179. package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +143 -0
  180. package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +39 -0
  181. package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +312 -0
  182. package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +35 -0
  183. package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +16 -0
  184. package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +32 -0
  185. package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +297 -0
  186. package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +38 -0
  187. package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +56 -0
  188. package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +149 -0
  189. package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +77 -0
  190. package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +52 -0
  191. package/source/api-data-generators/support/Import/test_data_generation_configurations.json +229 -0
  192. package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +16 -0
  193. package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +90 -0
  194. package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +25 -0
  195. package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +66 -0
  196. package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +49 -0
  197. package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +23 -0
  198. package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +131 -0
  199. package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +214 -0
  200. package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +30 -0
  201. package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +173 -0
  202. package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +21 -0
  203. package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +93 -0
  204. package/source/api-data-generators/support/Label/test_data_generation_configurations.json +103 -0
  205. package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +503 -0
  206. package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +19 -0
  207. package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +334 -0
  208. package/source/api-data-generators/support/License/test_data_generation_configurations.json +60 -0
  209. package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +72 -0
  210. package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +34 -0
  211. package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +184 -0
  212. package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +32 -0
  213. package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +38 -0
  214. package/source/api-data-generators/support/Message/test_data_generation_configurations.json +38 -0
  215. package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +50 -0
  216. package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +16 -0
  217. package/source/api-data-generators/support/Module/test_data_generation_configurations.json +96 -0
  218. package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +26 -0
  219. package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +19 -0
  220. package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +20 -0
  221. package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +27 -0
  222. package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +19 -0
  223. package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +29 -0
  224. package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +79 -0
  225. package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +109 -0
  226. package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +66 -0
  227. package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +113 -0
  228. package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +28 -0
  229. package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +17 -0
  230. package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +54 -0
  231. package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +54 -0
  232. package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +77 -0
  233. package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +14 -0
  234. package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +32 -0
  235. package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +66 -0
  236. package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +64 -0
  237. package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +32 -0
  238. package/source/api-data-generators/support/Product/test_data_generation_configurations.json +196 -0
  239. package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +48 -0
  240. package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +59 -0
  241. package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +37 -0
  242. package/source/api-data-generators/support/Records/test_data_generation_configurations.json +239 -0
  243. package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +52 -0
  244. package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +52 -0
  245. package/source/api-data-generators/support/Report/test_data_generation_configurations.json +538 -0
  246. package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +28 -0
  247. package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +100 -0
  248. package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +29 -0
  249. package/source/api-data-generators/support/Role/test_data_generation_configurations.json +84 -0
  250. package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +58 -0
  251. package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +50 -0
  252. package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +29 -0
  253. package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +22 -0
  254. package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +42 -0
  255. package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +92 -0
  256. package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +46 -0
  257. package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +50 -0
  258. package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +22 -0
  259. package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +203 -0
  260. package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +172 -0
  261. package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +182 -0
  262. package/source/api-data-generators/support/Search/test_data_generation_configurations.json +636 -0
  263. package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +32 -0
  264. package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +32 -0
  265. package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +62 -0
  266. package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +24 -0
  267. package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +164 -0
  268. package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +21 -0
  269. package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +60 -0
  270. package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +51 -0
  271. package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +40 -0
  272. package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +47 -0
  273. package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +22 -0
  274. package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +223 -0
  275. package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +22 -0
  276. package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +76 -0
  277. package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +104 -0
  278. package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +43 -0
  279. package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +65 -0
  280. package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +29 -0
  281. package/source/api-data-generators/support/Target/test_data_generation_configurations.json +97 -0
  282. package/source/api-data-generators/support/Task/test_data_generation_configurations.json +219 -0
  283. package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +42 -0
  284. package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +45 -0
  285. package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +87 -0
  286. package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +27 -0
  287. package/source/api-data-generators/support/Team/test_data_generation_configurations.json +115 -0
  288. package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +72 -0
  289. package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +383 -0
  290. package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +694 -0
  291. package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +66 -0
  292. package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +58 -0
  293. package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +82 -0
  294. package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +43 -0
  295. package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +65 -0
  296. package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +16 -0
  297. package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +99 -0
  298. package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +475 -0
  299. package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +110 -0
  300. package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +48 -0
  301. package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +91 -0
  302. package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +46 -0
  303. package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +68 -0
  304. package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +54 -0
  305. package/source/api-data-generators/support/User/test_data_generation_configurations.json +100 -0
  306. package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +49 -0
  307. package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +19 -0
  308. package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +19 -0
  309. package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +321 -0
  310. package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +501 -0
  311. package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +166 -0
  312. package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +26 -0
  313. package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +38 -0
  314. package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +22 -0
  315. package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +19 -0
  316. package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +22 -0
  317. package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +33 -0
  318. package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +71 -0
  319. package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +859 -0
  320. package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +26 -0
  321. package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +652 -0
  322. package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +21 -0
  323. package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +50 -0
  324. package/source/openapi-specifications/v1.0/common/Common.json +587 -0
  325. package/source/openapi-specifications/v1.0/portal/Account.json +183 -0
  326. package/source/openapi-specifications/v1.0/portal/ArticleComment.json +1103 -0
  327. package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +133 -0
  328. package/source/openapi-specifications/v1.0/portal/AsapMobile.json +712 -0
  329. package/source/openapi-specifications/v1.0/portal/AsapWeb.json +91 -0
  330. package/source/openapi-specifications/v1.0/portal/Attachment.json +122 -0
  331. package/source/openapi-specifications/v1.0/portal/Captcha.json +334 -0
  332. package/source/openapi-specifications/v1.0/portal/Category.json +1061 -0
  333. package/source/openapi-specifications/v1.0/portal/Comment.json +1546 -0
  334. package/source/openapi-specifications/v1.0/portal/Community.json +235 -0
  335. package/source/openapi-specifications/v1.0/portal/CommunityUser.json +296 -0
  336. package/source/openapi-specifications/v1.0/portal/Contact.json +536 -0
  337. package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +163 -0
  338. package/source/openapi-specifications/v1.0/portal/Department.json +246 -0
  339. package/source/openapi-specifications/v1.0/portal/Extension.json +1122 -0
  340. package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +96 -0
  341. package/source/openapi-specifications/v1.0/portal/Field.json +1239 -0
  342. package/source/openapi-specifications/v1.0/portal/FileExport.json +313 -0
  343. package/source/openapi-specifications/v1.0/portal/Followers.json +802 -0
  344. package/source/openapi-specifications/v1.0/portal/Gamification.json +819 -0
  345. package/source/openapi-specifications/v1.0/portal/HashTags.json +61 -0
  346. package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +605 -0
  347. package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +148 -0
  348. package/source/openapi-specifications/v1.0/portal/Helpcenter.json +920 -0
  349. package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +118 -0
  350. package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +184 -0
  351. package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +70 -0
  352. package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +1310 -0
  353. package/source/openapi-specifications/v1.0/portal/KbCategory.json +1525 -0
  354. package/source/openapi-specifications/v1.0/portal/KbSection.json +515 -0
  355. package/source/openapi-specifications/v1.0/portal/Label.json +172 -0
  356. package/source/openapi-specifications/v1.0/portal/Layout.json +303 -0
  357. package/source/openapi-specifications/v1.0/portal/LayoutRules.json +375 -0
  358. package/source/openapi-specifications/v1.0/portal/Mentions.json +580 -0
  359. package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +699 -0
  360. package/source/openapi-specifications/v1.0/portal/Permalink.json +265 -0
  361. package/source/openapi-specifications/v1.0/portal/Placeholders.json +57 -0
  362. package/source/openapi-specifications/v1.0/portal/Product.json +401 -0
  363. package/source/openapi-specifications/v1.0/portal/Solution.json +3766 -0
  364. package/source/openapi-specifications/v1.0/portal/Thread.json +821 -0
  365. package/source/openapi-specifications/v1.0/portal/Ticket.json +2636 -0
  366. package/source/openapi-specifications/v1.0/portal/TicketComment.json +822 -0
  367. package/source/openapi-specifications/v1.0/portal/TicketCount.json +336 -0
  368. package/source/openapi-specifications/v1.0/portal/TicketExport.json +609 -0
  369. package/source/openapi-specifications/v1.0/portal/TicketField.json +358 -0
  370. package/source/openapi-specifications/v1.0/portal/TicketForm.json +517 -0
  371. package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +155 -0
  372. package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +409 -0
  373. package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +175 -0
  374. package/source/openapi-specifications/v1.0/portal/Topic.json +4079 -0
  375. package/source/openapi-specifications/v1.0/portal/Translation.json +174 -0
  376. package/source/openapi-specifications/v1.0/portal/Upload.json +156 -0
  377. package/source/openapi-specifications/v1.0/portal/ValidationRules.json +309 -0
  378. package/source/openapi-specifications/v1.0/portal/View.json +353 -0
  379. package/source/openapi-specifications/v1.0/portal/Widget.json +218 -0
  380. package/source/openapi-specifications/v1.0/support/AEAdminTool.json +354 -0
  381. package/source/openapi-specifications/v1.0/support/Account.json +3206 -0
  382. package/source/openapi-specifications/v1.0/support/AccountAttachment.json +484 -0
  383. package/source/openapi-specifications/v1.0/support/AccountComments.json +794 -0
  384. package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +227 -0
  385. package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +578 -0
  386. package/source/openapi-specifications/v1.0/support/AccountFollowers.json +350 -0
  387. package/source/openapi-specifications/v1.0/support/AccountSla.json +341 -0
  388. package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +1152 -0
  389. package/source/openapi-specifications/v1.0/support/ActiveCalls.json +573 -0
  390. package/source/openapi-specifications/v1.0/support/Activity.json +1400 -0
  391. package/source/openapi-specifications/v1.0/support/Actor.json +88 -0
  392. package/source/openapi-specifications/v1.0/support/ActorsAPI.json +304 -0
  393. package/source/openapi-specifications/v1.0/support/AdminTool.json +489 -0
  394. package/source/openapi-specifications/v1.0/support/Agent.json +6685 -0
  395. package/source/openapi-specifications/v1.0/support/AgentPresence.json +567 -0
  396. package/source/openapi-specifications/v1.0/support/AgentRoom.json +1997 -0
  397. package/source/openapi-specifications/v1.0/support/AgentSignatures.json +359 -0
  398. package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +1402 -0
  399. package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +510 -0
  400. package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +1189 -0
  401. package/source/openapi-specifications/v1.0/support/ApiDashboard.json +543 -0
  402. package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +155 -0
  403. package/source/openapi-specifications/v1.0/support/ArchivedView.json +469 -0
  404. package/source/openapi-specifications/v1.0/support/Article.json +5060 -0
  405. package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +544 -0
  406. package/source/openapi-specifications/v1.0/support/ArticleComment.json +1929 -0
  407. package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +56 -0
  408. package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +1314 -0
  409. package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +513 -0
  410. package/source/openapi-specifications/v1.0/support/ArticleHistory.json +2510 -0
  411. package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +3053 -0
  412. package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +7530 -0
  413. package/source/openapi-specifications/v1.0/support/ArticleVersion.json +184 -0
  414. package/source/openapi-specifications/v1.0/support/ArticleViews.json +564 -0
  415. package/source/openapi-specifications/v1.0/support/Asap.json +1525 -0
  416. package/source/openapi-specifications/v1.0/support/AsapModule.json +246 -0
  417. package/source/openapi-specifications/v1.0/support/AsapStatus.json +199 -0
  418. package/source/openapi-specifications/v1.0/support/AssistInteg.json +613 -0
  419. package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +786 -0
  420. package/source/openapi-specifications/v1.0/support/AuditLog.json +1122 -0
  421. package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +702 -0
  422. package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +868 -0
  423. package/source/openapi-specifications/v1.0/support/AutomationEngine.json +1181 -0
  424. package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +207 -0
  425. package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +809 -0
  426. package/source/openapi-specifications/v1.0/support/AutomationTask.json +1054 -0
  427. package/source/openapi-specifications/v1.0/support/Backup.json +2845 -0
  428. package/source/openapi-specifications/v1.0/support/Badge.json +544 -0
  429. package/source/openapi-specifications/v1.0/support/Bot.json +2103 -0
  430. package/source/openapi-specifications/v1.0/support/BotInference.json +1071 -0
  431. package/source/openapi-specifications/v1.0/support/BotResources.json +175 -0
  432. package/source/openapi-specifications/v1.0/support/BotStaticResources.json +541 -0
  433. package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +63 -0
  434. package/source/openapi-specifications/v1.0/support/Bots.json +58 -0
  435. package/source/openapi-specifications/v1.0/support/BugInteg.json +481 -0
  436. package/source/openapi-specifications/v1.0/support/BulkAction.json +150 -0
  437. package/source/openapi-specifications/v1.0/support/BulkImport.json +2845 -0
  438. package/source/openapi-specifications/v1.0/support/BulkUpdate.json +743 -0
  439. package/source/openapi-specifications/v1.0/support/BulkWrite.json +678 -0
  440. package/source/openapi-specifications/v1.0/support/BusinessHour.json +1344 -0
  441. package/source/openapi-specifications/v1.0/support/Call.json +3839 -0
  442. package/source/openapi-specifications/v1.0/support/CallComments.json +721 -0
  443. package/source/openapi-specifications/v1.0/support/CallHistory.json +936 -0
  444. package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +1745 -0
  445. package/source/openapi-specifications/v1.0/support/CallTimer.json +285 -0
  446. package/source/openapi-specifications/v1.0/support/Channel.json +730 -0
  447. package/source/openapi-specifications/v1.0/support/Chart.json +422 -0
  448. package/source/openapi-specifications/v1.0/support/ChatTicket.json +553 -0
  449. package/source/openapi-specifications/v1.0/support/ClientAction.json +1834 -0
  450. package/source/openapi-specifications/v1.0/support/ClientEvent.json +780 -0
  451. package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +1123 -0
  452. package/source/openapi-specifications/v1.0/support/CloudAttachment.json +528 -0
  453. package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +44 -0
  454. package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +94 -0
  455. package/source/openapi-specifications/v1.0/support/Community.json +2545 -0
  456. package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +249 -0
  457. package/source/openapi-specifications/v1.0/support/CommunityCategory.json +1896 -0
  458. package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +145 -0
  459. package/source/openapi-specifications/v1.0/support/CommunityComment.json +2492 -0
  460. package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +129 -0
  461. package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +343 -0
  462. package/source/openapi-specifications/v1.0/support/CommunitySearch.json +78 -0
  463. package/source/openapi-specifications/v1.0/support/CommunityTopic.json +6005 -0
  464. package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +310 -0
  465. package/source/openapi-specifications/v1.0/support/CommunityUser.json +822 -0
  466. package/source/openapi-specifications/v1.0/support/Composite.json +414 -0
  467. package/source/openapi-specifications/v1.0/support/Contact.json +4691 -0
  468. package/source/openapi-specifications/v1.0/support/ContactAttachment.json +484 -0
  469. package/source/openapi-specifications/v1.0/support/ContactComments.json +769 -0
  470. package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +683 -0
  471. package/source/openapi-specifications/v1.0/support/ContactFollowers.json +350 -0
  472. package/source/openapi-specifications/v1.0/support/ContactProfile.json +195 -0
  473. package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +1157 -0
  474. package/source/openapi-specifications/v1.0/support/Contract.json +2877 -0
  475. package/source/openapi-specifications/v1.0/support/ContractAttachment.json +307 -0
  476. package/source/openapi-specifications/v1.0/support/Conversation.json +570 -0
  477. package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +5279 -0
  478. package/source/openapi-specifications/v1.0/support/CreditCycle.json +124 -0
  479. package/source/openapi-specifications/v1.0/support/Criteria.json +1014 -0
  480. package/source/openapi-specifications/v1.0/support/CriteriaValue.json +50 -0
  481. package/source/openapi-specifications/v1.0/support/CrmInteg.json +5938 -0
  482. package/source/openapi-specifications/v1.0/support/CustomAction.json +2106 -0
  483. package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +1327 -0
  484. package/source/openapi-specifications/v1.0/support/CustomButton.json +1898 -0
  485. package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +883 -0
  486. package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +329 -0
  487. package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +317 -0
  488. package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +379 -0
  489. package/source/openapi-specifications/v1.0/support/CustomFunctions.json +3457 -0
  490. package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +81 -0
  491. package/source/openapi-specifications/v1.0/support/CustomTheme.json +7391 -0
  492. package/source/openapi-specifications/v1.0/support/CustomView.json +3478 -0
  493. package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +464 -0
  494. package/source/openapi-specifications/v1.0/support/DBThrottle.json +334 -0
  495. package/source/openapi-specifications/v1.0/support/DashboardComponent.json +1163 -0
  496. package/source/openapi-specifications/v1.0/support/DashboardFolder.json +1258 -0
  497. package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +2310 -0
  498. package/source/openapi-specifications/v1.0/support/Dashboards.json +1219 -0
  499. package/source/openapi-specifications/v1.0/support/DataChips.json +477 -0
  500. package/source/openapi-specifications/v1.0/support/DataImport.json +1099 -0
  501. package/source/openapi-specifications/v1.0/support/DataSync.json +1246 -0
  502. package/source/openapi-specifications/v1.0/support/DatasetEntry.json +153 -0
  503. package/source/openapi-specifications/v1.0/support/Department.json +1971 -0
  504. package/source/openapi-specifications/v1.0/support/DependencyMappings.json +656 -0
  505. package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +232 -0
  506. package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +722 -0
  507. package/source/openapi-specifications/v1.0/support/DisplayEntity.json +91 -0
  508. package/source/openapi-specifications/v1.0/support/DomainMapping.json +1143 -0
  509. package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +306 -0
  510. package/source/openapi-specifications/v1.0/support/EmailTemplates.json +1491 -0
  511. package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +572 -0
  512. package/source/openapi-specifications/v1.0/support/Event.json +3607 -0
  513. package/source/openapi-specifications/v1.0/support/EventComments.json +737 -0
  514. package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +1520 -0
  515. package/source/openapi-specifications/v1.0/support/EventTimer.json +285 -0
  516. package/source/openapi-specifications/v1.0/support/Expression.json +43 -0
  517. package/source/openapi-specifications/v1.0/support/Extension.json +7152 -0
  518. package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +129 -0
  519. package/source/openapi-specifications/v1.0/support/FAQ.json +142 -0
  520. package/source/openapi-specifications/v1.0/support/FAQTranslation.json +178 -0
  521. package/source/openapi-specifications/v1.0/support/FbManager.json +1147 -0
  522. package/source/openapi-specifications/v1.0/support/Feature.json +691 -0
  523. package/source/openapi-specifications/v1.0/support/FeatureFile.json +435 -0
  524. package/source/openapi-specifications/v1.0/support/FeatureFolder.json +576 -0
  525. package/source/openapi-specifications/v1.0/support/FeaturePermission.json +492 -0
  526. package/source/openapi-specifications/v1.0/support/FederatedLogin.json +318 -0
  527. package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +198 -0
  528. package/source/openapi-specifications/v1.0/support/Field.json +7493 -0
  529. package/source/openapi-specifications/v1.0/support/FieldDetails.json +139 -0
  530. package/source/openapi-specifications/v1.0/support/FieldPermissions.json +113 -0
  531. package/source/openapi-specifications/v1.0/support/FieldPrediction.json +3831 -0
  532. package/source/openapi-specifications/v1.0/support/FileExport.json +324 -0
  533. package/source/openapi-specifications/v1.0/support/Finance.json +4290 -0
  534. package/source/openapi-specifications/v1.0/support/Followers.json +875 -0
  535. package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +47 -0
  536. package/source/openapi-specifications/v1.0/support/GC_Bots.json +138 -0
  537. package/source/openapi-specifications/v1.0/support/GC_Guide.json +1536 -0
  538. package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +58 -0
  539. package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +79 -0
  540. package/source/openapi-specifications/v1.0/support/GC_Guides.json +89 -0
  541. package/source/openapi-specifications/v1.0/support/GC_Info.json +208 -0
  542. package/source/openapi-specifications/v1.0/support/GC_Status.json +69 -0
  543. package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +79 -0
  544. package/source/openapi-specifications/v1.0/support/GenericAction.json +1888 -0
  545. package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +1050 -0
  546. package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +1715 -0
  547. package/source/openapi-specifications/v1.0/support/GoogleChat.json +650 -0
  548. package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +44 -0
  549. package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +900 -0
  550. package/source/openapi-specifications/v1.0/support/Helpcenter.json +1212 -0
  551. package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +331 -0
  552. package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +1496 -0
  553. package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +504 -0
  554. package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +208 -0
  555. package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +64 -0
  556. package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +211 -0
  557. package/source/openapi-specifications/v1.0/support/HolidayList.json +731 -0
  558. package/source/openapi-specifications/v1.0/support/IMAPAddress.json +1091 -0
  559. package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +1357 -0
  560. package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +169 -0
  561. package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +624 -0
  562. package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +597 -0
  563. package/source/openapi-specifications/v1.0/support/IM_AddOn.json +841 -0
  564. package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +64 -0
  565. package/source/openapi-specifications/v1.0/support/IM_Bot.json +1007 -0
  566. package/source/openapi-specifications/v1.0/support/IM_BotService.json +357 -0
  567. package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +323 -0
  568. package/source/openapi-specifications/v1.0/support/IM_Channel.json +2849 -0
  569. package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +502 -0
  570. package/source/openapi-specifications/v1.0/support/IM_Contact.json +165 -0
  571. package/source/openapi-specifications/v1.0/support/IM_Efc.json +188 -0
  572. package/source/openapi-specifications/v1.0/support/IM_Integration.json +1269 -0
  573. package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +454 -0
  574. package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +625 -0
  575. package/source/openapi-specifications/v1.0/support/IM_License.json +225 -0
  576. package/source/openapi-specifications/v1.0/support/IM_Message.json +1371 -0
  577. package/source/openapi-specifications/v1.0/support/IM_Metrics.json +462 -0
  578. package/source/openapi-specifications/v1.0/support/IM_Search.json +547 -0
  579. package/source/openapi-specifications/v1.0/support/IM_Session.json +1397 -0
  580. package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +142 -0
  581. package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +83 -0
  582. package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +86 -0
  583. package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +73 -0
  584. package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +435 -0
  585. package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +202 -0
  586. package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +193 -0
  587. package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +489 -0
  588. package/source/openapi-specifications/v1.0/support/Import.json +1844 -0
  589. package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +395 -0
  590. package/source/openapi-specifications/v1.0/support/Inference.json +307 -0
  591. package/source/openapi-specifications/v1.0/support/InlineImage.json +97 -0
  592. package/source/openapi-specifications/v1.0/support/IntegModule.json +938 -0
  593. package/source/openapi-specifications/v1.0/support/Integrations.json +1264 -0
  594. package/source/openapi-specifications/v1.0/support/InteractiveTours.json +539 -0
  595. package/source/openapi-specifications/v1.0/support/JWT.json +535 -0
  596. package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +208 -0
  597. package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +241 -0
  598. package/source/openapi-specifications/v1.0/support/KBPreference.json +323 -0
  599. package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +2316 -0
  600. package/source/openapi-specifications/v1.0/support/KBRootCategory.json +2839 -0
  601. package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +570 -0
  602. package/source/openapi-specifications/v1.0/support/KBSection.json +1941 -0
  603. package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +169 -0
  604. package/source/openapi-specifications/v1.0/support/KPIWidget.json +206 -0
  605. package/source/openapi-specifications/v1.0/support/KbBot.json +511 -0
  606. package/source/openapi-specifications/v1.0/support/KbCategory.json +1618 -0
  607. package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +124 -0
  608. package/source/openapi-specifications/v1.0/support/Label.json +1251 -0
  609. package/source/openapi-specifications/v1.0/support/Layout.json +8042 -0
  610. package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +491 -0
  611. package/source/openapi-specifications/v1.0/support/LayoutRules.json +1422 -0
  612. package/source/openapi-specifications/v1.0/support/LensInteg.json +86 -0
  613. package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +548 -0
  614. package/source/openapi-specifications/v1.0/support/LicenseInfo.json +1231 -0
  615. package/source/openapi-specifications/v1.0/support/LicenseTool.json +165 -0
  616. package/source/openapi-specifications/v1.0/support/Livecall.json +954 -0
  617. package/source/openapi-specifications/v1.0/support/LookupRecord.json +174 -0
  618. package/source/openapi-specifications/v1.0/support/Macros.json +1960 -0
  619. package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +1263 -0
  620. package/source/openapi-specifications/v1.0/support/MassAction.json +1151 -0
  621. package/source/openapi-specifications/v1.0/support/MassActionError.json +55 -0
  622. package/source/openapi-specifications/v1.0/support/MassActionResponse.json +89 -0
  623. package/source/openapi-specifications/v1.0/support/Mentions.json +491 -0
  624. package/source/openapi-specifications/v1.0/support/Message.json +685 -0
  625. package/source/openapi-specifications/v1.0/support/Microsoft.json +887 -0
  626. package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +574 -0
  627. package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +903 -0
  628. package/source/openapi-specifications/v1.0/support/Misc.json +214 -0
  629. package/source/openapi-specifications/v1.0/support/Module.json +1625 -0
  630. package/source/openapi-specifications/v1.0/support/NewCriteria.json +1863 -0
  631. package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +204 -0
  632. package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +150 -0
  633. package/source/openapi-specifications/v1.0/support/NotificationRules.json +441 -0
  634. package/source/openapi-specifications/v1.0/support/OEmbedData.json +233 -0
  635. package/source/openapi-specifications/v1.0/support/Onboarding.json +282 -0
  636. package/source/openapi-specifications/v1.0/support/Organization.json +1391 -0
  637. package/source/openapi-specifications/v1.0/support/PBGroup.json +634 -0
  638. package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +433 -0
  639. package/source/openapi-specifications/v1.0/support/PBPlatform.json +1447 -0
  640. package/source/openapi-specifications/v1.0/support/PBX.json +550 -0
  641. package/source/openapi-specifications/v1.0/support/PBXConfig.json +219 -0
  642. package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +443 -0
  643. package/source/openapi-specifications/v1.0/support/PBXPreference.json +314 -0
  644. package/source/openapi-specifications/v1.0/support/PageSense.json +1505 -0
  645. package/source/openapi-specifications/v1.0/support/PendingApproval.json +279 -0
  646. package/source/openapi-specifications/v1.0/support/Permalink.json +393 -0
  647. package/source/openapi-specifications/v1.0/support/PhoneAgents.json +1014 -0
  648. package/source/openapi-specifications/v1.0/support/PhoneMenu.json +118 -0
  649. package/source/openapi-specifications/v1.0/support/PinnedConversation.json +1115 -0
  650. package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +232 -0
  651. package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +499 -0
  652. package/source/openapi-specifications/v1.0/support/Product.json +1861 -0
  653. package/source/openapi-specifications/v1.0/support/ProductAttachment.json +485 -0
  654. package/source/openapi-specifications/v1.0/support/Profile.json +4236 -0
  655. package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +989 -0
  656. package/source/openapi-specifications/v1.0/support/QueryStore.json +238 -0
  657. package/source/openapi-specifications/v1.0/support/QueueView.json +335 -0
  658. package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +1204 -0
  659. package/source/openapi-specifications/v1.0/support/Records.json +1509 -0
  660. package/source/openapi-specifications/v1.0/support/Recyclebin.json +669 -0
  661. package/source/openapi-specifications/v1.0/support/RemoteAuth.json +401 -0
  662. package/source/openapi-specifications/v1.0/support/Report.json +6491 -0
  663. package/source/openapi-specifications/v1.0/support/ReportChart.json +254 -0
  664. package/source/openapi-specifications/v1.0/support/ReportFolder.json +1076 -0
  665. package/source/openapi-specifications/v1.0/support/ReportIntegration.json +202 -0
  666. package/source/openapi-specifications/v1.0/support/RequestFlags.json +358 -0
  667. package/source/openapi-specifications/v1.0/support/Resources.json +335 -0
  668. package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +128 -0
  669. package/source/openapi-specifications/v1.0/support/Role.json +996 -0
  670. package/source/openapi-specifications/v1.0/support/RoundRobin.json +796 -0
  671. package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +381 -0
  672. package/source/openapi-specifications/v1.0/support/RoutingPreference.json +615 -0
  673. package/source/openapi-specifications/v1.0/support/RuleGroup.json +1630 -0
  674. package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +227 -0
  675. package/source/openapi-specifications/v1.0/support/Saml.json +565 -0
  676. package/source/openapi-specifications/v1.0/support/Sandbox.json +1075 -0
  677. package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +501 -0
  678. package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +428 -0
  679. package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +295 -0
  680. package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +268 -0
  681. package/source/openapi-specifications/v1.0/support/SavedFilters.json +652 -0
  682. package/source/openapi-specifications/v1.0/support/Schedule.json +2077 -0
  683. package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +2271 -0
  684. package/source/openapi-specifications/v1.0/support/Search.json +12600 -0
  685. package/source/openapi-specifications/v1.0/support/SearchInteg.json +2254 -0
  686. package/source/openapi-specifications/v1.0/support/Setup.json +1766 -0
  687. package/source/openapi-specifications/v1.0/support/SharedSnippet.json +1110 -0
  688. package/source/openapi-specifications/v1.0/support/SharingRule.json +287 -0
  689. package/source/openapi-specifications/v1.0/support/Signature.json +354 -0
  690. package/source/openapi-specifications/v1.0/support/Skill.json +2164 -0
  691. package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +269 -0
  692. package/source/openapi-specifications/v1.0/support/SkillType.json +807 -0
  693. package/source/openapi-specifications/v1.0/support/Slack.json +957 -0
  694. package/source/openapi-specifications/v1.0/support/SmsTemplates.json +514 -0
  695. package/source/openapi-specifications/v1.0/support/Snippets.json +918 -0
  696. package/source/openapi-specifications/v1.0/support/SocialBrands.json +427 -0
  697. package/source/openapi-specifications/v1.0/support/SocialInteg.json +336 -0
  698. package/source/openapi-specifications/v1.0/support/SocialPosts.json +2460 -0
  699. package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +337 -0
  700. package/source/openapi-specifications/v1.0/support/StarredTemplates.json +690 -0
  701. package/source/openapi-specifications/v1.0/support/Statistics.json +125 -0
  702. package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +2419 -0
  703. package/source/openapi-specifications/v1.0/support/Supervise.json +774 -0
  704. package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +188 -0
  705. package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +293 -0
  706. package/source/openapi-specifications/v1.0/support/SupportPlan.json +1109 -0
  707. package/source/openapi-specifications/v1.0/support/Tab.json +606 -0
  708. package/source/openapi-specifications/v1.0/support/Target.json +1311 -0
  709. package/source/openapi-specifications/v1.0/support/TargetFunctions.json +130 -0
  710. package/source/openapi-specifications/v1.0/support/Task.json +4006 -0
  711. package/source/openapi-specifications/v1.0/support/TaskAttachment.json +443 -0
  712. package/source/openapi-specifications/v1.0/support/TaskComments.json +706 -0
  713. package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +1756 -0
  714. package/source/openapi-specifications/v1.0/support/TaskTimer.json +441 -0
  715. package/source/openapi-specifications/v1.0/support/Team.json +1383 -0
  716. package/source/openapi-specifications/v1.0/support/TemplateFolders.json +1069 -0
  717. package/source/openapi-specifications/v1.0/support/Theme.json +152 -0
  718. package/source/openapi-specifications/v1.0/support/Thread.json +3545 -0
  719. package/source/openapi-specifications/v1.0/support/Ticket.json +9495 -0
  720. package/source/openapi-specifications/v1.0/support/TicketApprovals.json +855 -0
  721. package/source/openapi-specifications/v1.0/support/TicketAttachment.json +562 -0
  722. package/source/openapi-specifications/v1.0/support/TicketComment.json +1444 -0
  723. package/source/openapi-specifications/v1.0/support/TicketCount.json +690 -0
  724. package/source/openapi-specifications/v1.0/support/TicketFollowers.json +454 -0
  725. package/source/openapi-specifications/v1.0/support/TicketHistory.json +414 -0
  726. package/source/openapi-specifications/v1.0/support/TicketMetrics.json +369 -0
  727. package/source/openapi-specifications/v1.0/support/TicketRealTime.json +178 -0
  728. package/source/openapi-specifications/v1.0/support/TicketTag.json +1513 -0
  729. package/source/openapi-specifications/v1.0/support/TicketTemplate.json +907 -0
  730. package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +1681 -0
  731. package/source/openapi-specifications/v1.0/support/TicketTimer.json +1205 -0
  732. package/source/openapi-specifications/v1.0/support/TimeTracking.json +1212 -0
  733. package/source/openapi-specifications/v1.0/support/TrainingCourses.json +614 -0
  734. package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +163 -0
  735. package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +2772 -0
  736. package/source/openapi-specifications/v1.0/support/Upload.json +620 -0
  737. package/source/openapi-specifications/v1.0/support/User.json +1409 -0
  738. package/source/openapi-specifications/v1.0/support/UserAuthentication.json +617 -0
  739. package/source/openapi-specifications/v1.0/support/UserPresence.json +763 -0
  740. package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +107 -0
  741. package/source/openapi-specifications/v1.0/support/ValidationRules.json +1173 -0
  742. package/source/openapi-specifications/v1.0/support/Webhook.json +1330 -0
  743. package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +132 -0
  744. package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +143 -0
  745. package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +132 -0
  746. package/source/openapi-specifications/v1.0/support/Widget.json +3023 -0
  747. package/source/openapi-specifications/v1.0/support/WmsDomain.json +104 -0
  748. package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +756 -0
  749. package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +989 -0
  750. package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +135 -0
  751. package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +376 -0
  752. package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +159 -0
  753. package/source/openapi-specifications/v1.0/support/ZiaGPT.json +3229 -0
  754. package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +453 -0
  755. package/source/openapi-specifications/v1.0/support/Zwitch.json +1543 -0
  756. package/source/openapi-specifications/v1.0/support/blueprintChartData.json +201 -0
  757. package/source/openapi-specifications/v1.0/support/blueprintConnections.json +75 -0
  758. package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +255 -0
  759. package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +1677 -0
  760. package/source/openapi-specifications/v1.0/support/blueprintStates.json +284 -0
  761. package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +91 -0
  762. package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +1546 -0
  763. package/source/openapi-specifications/v1.0/support/blueprints.json +2992 -0
  764. package/source/openapi-specifications/v1.0/support/errors.json +80 -0
  765. package/source/openapi-specifications/v1.0/support/zlabsnlp.json +416 -0
  766. package/.github/agents/Generators.agent.md +0 -121
@@ -0,0 +1,2510 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "ArticleHistory",
5
+ "version" : "1.0.0"
6
+ },
7
+ "paths" : { },
8
+ "components" : {
9
+ "schemas" : {
10
+ "userObject" : {
11
+ "type" : [ "null", "object" ],
12
+ "additionalProperties" : false,
13
+ "properties" : {
14
+ "photoURL" : {
15
+ "type" : [ "string", "null" ],
16
+ "maxLength" : 100,
17
+ "minLength" : 0,
18
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
19
+ },
20
+ "name" : {
21
+ "type" : [ "string", "null" ],
22
+ "maxLength" : 50,
23
+ "minLength" : 0
24
+ },
25
+ "id" : {
26
+ "type" : [ "string", "null", "integer" ],
27
+ "format" : "int64",
28
+ "pattern" : "([0-9]+)"
29
+ }
30
+ },
31
+ "required" : [ "id", "name", "photoURL" ]
32
+ },
33
+ "seoTitleChanged" : {
34
+ "type" : [ "null", "object" ],
35
+ "additionalProperties" : false,
36
+ "properties" : {
37
+ "newSEOTitle" : {
38
+ "type" : [ "string", "null" ],
39
+ "maxLength" : 100,
40
+ "minLength" : 0
41
+ },
42
+ "articleId" : {
43
+ "type" : [ "string", "null", "integer" ],
44
+ "format" : "int64",
45
+ "pattern" : "([0-9]+)"
46
+ },
47
+ "eventTime" : {
48
+ "type" : [ "string", "null" ],
49
+ "maxLength" : 100,
50
+ "minLength" : 0,
51
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
52
+ },
53
+ "event" : {
54
+ "type" : [ "string", "null" ],
55
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
56
+ "maxLength" : 100,
57
+ "minLength" : 0
58
+ },
59
+ "locale" : {
60
+ "type" : [ "string", "null" ],
61
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
62
+ "maxLength" : 100,
63
+ "minLength" : 0,
64
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
65
+ },
66
+ "user" : {
67
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
68
+ }
69
+ },
70
+ "required" : [ "articleId", "event", "eventTime", "locale", "newSEOTitle", "user" ]
71
+ },
72
+ "accessRestricted" : {
73
+ "type" : [ "null", "object" ],
74
+ "additionalProperties" : false,
75
+ "properties" : {
76
+ "articleId" : {
77
+ "type" : [ "string", "null", "integer" ],
78
+ "format" : "int64",
79
+ "pattern" : "([0-9]+)"
80
+ },
81
+ "eventTime" : {
82
+ "type" : [ "string", "null" ],
83
+ "maxLength" : 100,
84
+ "minLength" : 0,
85
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
86
+ },
87
+ "event" : {
88
+ "type" : [ "string", "null" ],
89
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
90
+ "maxLength" : 100,
91
+ "minLength" : 0
92
+ },
93
+ "locale" : {
94
+ "type" : [ "string", "null" ],
95
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
96
+ "maxLength" : 100,
97
+ "minLength" : 0,
98
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
99
+ },
100
+ "user" : {
101
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
102
+ }
103
+ },
104
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
105
+ },
106
+ "commentsDeleted" : {
107
+ "type" : [ "null", "object" ],
108
+ "additionalProperties" : false,
109
+ "properties" : {
110
+ "articleId" : {
111
+ "type" : [ "string", "null", "integer" ],
112
+ "format" : "int64",
113
+ "pattern" : "([0-9]+)"
114
+ },
115
+ "eventTime" : {
116
+ "type" : [ "string", "null" ],
117
+ "maxLength" : 100,
118
+ "minLength" : 0,
119
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
120
+ },
121
+ "event" : {
122
+ "type" : [ "string", "null" ],
123
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
124
+ "maxLength" : 100,
125
+ "minLength" : 0
126
+ },
127
+ "locale" : {
128
+ "type" : [ "string", "null" ],
129
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
130
+ "maxLength" : 100,
131
+ "minLength" : 0,
132
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
133
+ },
134
+ "deletedCommentId" : {
135
+ "type" : [ "string", "null", "integer" ],
136
+ "format" : "int64",
137
+ "pattern" : "([0-9]+)"
138
+ },
139
+ "user" : {
140
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
141
+ }
142
+ },
143
+ "required" : [ "articleId", "deletedCommentId", "event", "eventTime", "locale", "user" ]
144
+ },
145
+ "seoInfoEdited" : {
146
+ "type" : [ "null", "object" ],
147
+ "additionalProperties" : false,
148
+ "properties" : {
149
+ "articleId" : {
150
+ "type" : [ "string", "null", "integer" ],
151
+ "format" : "int64",
152
+ "pattern" : "([0-9]+)"
153
+ },
154
+ "eventTime" : {
155
+ "type" : [ "string", "null" ],
156
+ "maxLength" : 100,
157
+ "minLength" : 0,
158
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
159
+ },
160
+ "event" : {
161
+ "type" : [ "string", "null" ],
162
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
163
+ "maxLength" : 100,
164
+ "minLength" : 0
165
+ },
166
+ "locale" : {
167
+ "type" : [ "string", "null" ],
168
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
169
+ "maxLength" : 100,
170
+ "minLength" : 0,
171
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
172
+ },
173
+ "user" : {
174
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
175
+ }
176
+ },
177
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
178
+ },
179
+ "tagsDeleted" : {
180
+ "type" : [ "null", "object" ],
181
+ "additionalProperties" : false,
182
+ "properties" : {
183
+ "articleId" : {
184
+ "type" : [ "string", "null", "integer" ],
185
+ "format" : "int64",
186
+ "pattern" : "([0-9]+)"
187
+ },
188
+ "eventTime" : {
189
+ "type" : [ "string", "null" ],
190
+ "maxLength" : 100,
191
+ "minLength" : 0,
192
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
193
+ },
194
+ "deletedTags" : {
195
+ "type" : [ "null", "array" ],
196
+ "items" : {
197
+ "type" : [ "string", "null" ],
198
+ "maxLength" : 100,
199
+ "minLength" : 0
200
+ },
201
+ "uniqueItems" : false
202
+ },
203
+ "event" : {
204
+ "type" : [ "string", "null" ],
205
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
206
+ "maxLength" : 100,
207
+ "minLength" : 0
208
+ },
209
+ "locale" : {
210
+ "type" : [ "string", "null" ],
211
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
212
+ "maxLength" : 100,
213
+ "minLength" : 0,
214
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
215
+ },
216
+ "user" : {
217
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
218
+ }
219
+ },
220
+ "required" : [ "articleId", "deletedTags", "event", "eventTime", "locale", "user" ]
221
+ },
222
+ "commentsAdded" : {
223
+ "type" : [ "null", "object" ],
224
+ "additionalProperties" : false,
225
+ "properties" : {
226
+ "addedCommentId" : {
227
+ "type" : [ "string", "null", "integer" ],
228
+ "format" : "int64",
229
+ "pattern" : "([0-9]+)"
230
+ },
231
+ "articleId" : {
232
+ "type" : [ "string", "null", "integer" ],
233
+ "format" : "int64",
234
+ "pattern" : "([0-9]+)"
235
+ },
236
+ "eventTime" : {
237
+ "type" : [ "string", "null" ],
238
+ "maxLength" : 100,
239
+ "minLength" : 0,
240
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
241
+ },
242
+ "event" : {
243
+ "type" : [ "string", "null" ],
244
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
245
+ "maxLength" : 100,
246
+ "minLength" : 0
247
+ },
248
+ "locale" : {
249
+ "type" : [ "string", "null" ],
250
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
251
+ "maxLength" : 100,
252
+ "minLength" : 0,
253
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
254
+ },
255
+ "user" : {
256
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
257
+ }
258
+ },
259
+ "required" : [ "addedCommentId", "articleId", "event", "eventTime", "locale", "user" ]
260
+ },
261
+ "solutionImported" : {
262
+ "type" : [ "null", "object" ],
263
+ "additionalProperties" : false,
264
+ "properties" : {
265
+ "articleId" : {
266
+ "type" : [ "string", "null", "integer" ],
267
+ "format" : "int64",
268
+ "pattern" : "([0-9]+)"
269
+ },
270
+ "eventTime" : {
271
+ "type" : [ "string", "null" ],
272
+ "maxLength" : 100,
273
+ "minLength" : 0,
274
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
275
+ },
276
+ "event" : {
277
+ "type" : [ "string", "null" ],
278
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
279
+ "maxLength" : 100,
280
+ "minLength" : 0
281
+ },
282
+ "locale" : {
283
+ "type" : [ "string", "null" ],
284
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
285
+ "maxLength" : 100,
286
+ "minLength" : 0,
287
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
288
+ },
289
+ "user" : {
290
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
291
+ }
292
+ },
293
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
294
+ },
295
+ "tagsEdited" : {
296
+ "type" : [ "null", "object" ],
297
+ "additionalProperties" : false,
298
+ "properties" : {
299
+ "newTags" : {
300
+ "type" : [ "null", "array" ],
301
+ "items" : {
302
+ "type" : [ "string", "null" ],
303
+ "maxLength" : 100,
304
+ "minLength" : 0
305
+ },
306
+ "uniqueItems" : false
307
+ },
308
+ "oldTags" : {
309
+ "type" : [ "null", "array" ],
310
+ "items" : {
311
+ "type" : [ "string", "null" ],
312
+ "maxLength" : 100,
313
+ "minLength" : 0
314
+ },
315
+ "uniqueItems" : false
316
+ },
317
+ "articleId" : {
318
+ "type" : [ "string", "null", "integer" ],
319
+ "format" : "int64",
320
+ "pattern" : "([0-9]+)"
321
+ },
322
+ "eventTime" : {
323
+ "type" : [ "string", "null" ],
324
+ "maxLength" : 100,
325
+ "minLength" : 0,
326
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
327
+ },
328
+ "event" : {
329
+ "type" : [ "string", "null" ],
330
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
331
+ "maxLength" : 100,
332
+ "minLength" : 0
333
+ },
334
+ "locale" : {
335
+ "type" : [ "string", "null" ],
336
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
337
+ "maxLength" : 100,
338
+ "minLength" : 0,
339
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
340
+ },
341
+ "user" : {
342
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
343
+ }
344
+ },
345
+ "required" : [ "articleId", "event", "eventTime", "locale", "newTags", "oldTags", "user" ]
346
+ },
347
+ "dispalyPermissionChanged" : {
348
+ "type" : [ "null", "object" ],
349
+ "additionalProperties" : false,
350
+ "properties" : {
351
+ "oldDisplayPermission" : {
352
+ "type" : [ "string", "null" ],
353
+ "enum" : [ "ALL_USERS", "REGISTERED_USERS", "AGENTS_ONLY", "null" ],
354
+ "maxLength" : 100,
355
+ "minLength" : 0
356
+ },
357
+ "newDisplayPermission" : {
358
+ "type" : [ "string", "null" ],
359
+ "enum" : [ "ALL_USERS", "REGISTERED_USERS", "AGENTS_ONLY" ],
360
+ "maxLength" : 100,
361
+ "minLength" : 0
362
+ },
363
+ "articleId" : {
364
+ "type" : [ "string", "null", "integer" ],
365
+ "format" : "int64",
366
+ "pattern" : "([0-9]+)"
367
+ },
368
+ "eventTime" : {
369
+ "type" : [ "string", "null" ],
370
+ "maxLength" : 100,
371
+ "minLength" : 0,
372
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
373
+ },
374
+ "event" : {
375
+ "type" : [ "string", "null" ],
376
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
377
+ "maxLength" : 100,
378
+ "minLength" : 0
379
+ },
380
+ "locale" : {
381
+ "type" : [ "string", "null" ],
382
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
383
+ "maxLength" : 100,
384
+ "minLength" : 0,
385
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
386
+ },
387
+ "user" : {
388
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
389
+ }
390
+ },
391
+ "required" : [ "articleId", "event", "eventTime", "locale", "newDisplayPermission", "oldDisplayPermission", "user" ]
392
+ },
393
+ "tagsAdded" : {
394
+ "type" : [ "null", "object" ],
395
+ "additionalProperties" : false,
396
+ "properties" : {
397
+ "articleId" : {
398
+ "type" : [ "string", "null", "integer" ],
399
+ "format" : "int64",
400
+ "pattern" : "([0-9]+)"
401
+ },
402
+ "eventTime" : {
403
+ "type" : [ "string", "null" ],
404
+ "maxLength" : 100,
405
+ "minLength" : 0,
406
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
407
+ },
408
+ "event" : {
409
+ "type" : [ "string", "null" ],
410
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
411
+ "maxLength" : 100,
412
+ "minLength" : 0
413
+ },
414
+ "locale" : {
415
+ "type" : [ "string", "null" ],
416
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
417
+ "maxLength" : 100,
418
+ "minLength" : 0,
419
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
420
+ },
421
+ "addedTags" : {
422
+ "type" : [ "null", "array" ],
423
+ "items" : {
424
+ "type" : [ "string", "null" ],
425
+ "maxLength" : 100,
426
+ "minLength" : 0
427
+ },
428
+ "uniqueItems" : false
429
+ },
430
+ "user" : {
431
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
432
+ }
433
+ },
434
+ "required" : [ "addedTags", "articleId", "event", "eventTime", "locale", "user" ]
435
+ },
436
+ "scheduledToPublish" : {
437
+ "type" : [ "null", "object" ],
438
+ "additionalProperties" : false,
439
+ "properties" : {
440
+ "newPublishTime" : {
441
+ "type" : [ "string", "null" ],
442
+ "maxLength" : 100,
443
+ "minLength" : 0
444
+ },
445
+ "articleId" : {
446
+ "type" : [ "string", "null", "integer" ],
447
+ "format" : "int64",
448
+ "pattern" : "([0-9]+)"
449
+ },
450
+ "eventTime" : {
451
+ "type" : [ "string", "null" ],
452
+ "maxLength" : 100,
453
+ "minLength" : 0,
454
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
455
+ },
456
+ "oldPublishTime" : {
457
+ "type" : [ "string", "null" ],
458
+ "maxLength" : 100,
459
+ "minLength" : 0
460
+ },
461
+ "event" : {
462
+ "type" : [ "string", "null" ],
463
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
464
+ "maxLength" : 100,
465
+ "minLength" : 0
466
+ },
467
+ "locale" : {
468
+ "type" : [ "string", "null" ],
469
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
470
+ "maxLength" : 100,
471
+ "minLength" : 0,
472
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
473
+ },
474
+ "user" : {
475
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
476
+ }
477
+ },
478
+ "required" : [ "articleId", "event", "eventTime", "locale", "newPublishTime", "oldPublishTime", "user" ]
479
+ },
480
+ "downvoted" : {
481
+ "type" : [ "null", "object" ],
482
+ "additionalProperties" : false,
483
+ "properties" : {
484
+ "articleId" : {
485
+ "type" : [ "string", "null", "integer" ],
486
+ "format" : "int64",
487
+ "pattern" : "([0-9]+)"
488
+ },
489
+ "eventTime" : {
490
+ "type" : [ "string", "null" ],
491
+ "maxLength" : 100,
492
+ "minLength" : 0,
493
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
494
+ },
495
+ "event" : {
496
+ "type" : [ "string", "null" ],
497
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
498
+ "maxLength" : 100,
499
+ "minLength" : 0
500
+ },
501
+ "locale" : {
502
+ "type" : [ "string", "null" ],
503
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
504
+ "maxLength" : 100,
505
+ "minLength" : 0,
506
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
507
+ },
508
+ "user" : {
509
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
510
+ }
511
+ },
512
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
513
+ },
514
+ "versionUpdated" : {
515
+ "type" : [ "null", "object" ],
516
+ "additionalProperties" : false,
517
+ "properties" : {
518
+ "articleId" : {
519
+ "type" : [ "string", "null", "integer" ],
520
+ "format" : "int64",
521
+ "pattern" : "([0-9]+)"
522
+ },
523
+ "eventTime" : {
524
+ "type" : [ "string", "null" ],
525
+ "maxLength" : 100,
526
+ "minLength" : 0,
527
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
528
+ },
529
+ "oldVersion" : {
530
+ "type" : [ "string", "null" ],
531
+ "maxLength" : 100,
532
+ "minLength" : 0
533
+ },
534
+ "event" : {
535
+ "type" : [ "string", "null" ],
536
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
537
+ "maxLength" : 100,
538
+ "minLength" : 0
539
+ },
540
+ "locale" : {
541
+ "type" : [ "string", "null" ],
542
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
543
+ "maxLength" : 100,
544
+ "minLength" : 0,
545
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
546
+ },
547
+ "user" : {
548
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
549
+ },
550
+ "newVersion" : {
551
+ "type" : [ "string", "null" ],
552
+ "maxLength" : 100,
553
+ "minLength" : 0
554
+ }
555
+ },
556
+ "required" : [ "articleId", "event", "eventTime", "locale", "newVersion", "oldVersion", "user" ]
557
+ },
558
+ "sourceLangChanged" : {
559
+ "type" : [ "null", "object" ],
560
+ "additionalProperties" : false,
561
+ "properties" : {
562
+ "oldSourceLanguage" : {
563
+ "type" : [ "string", "null" ],
564
+ "maxLength" : 100,
565
+ "minLength" : 0
566
+ },
567
+ "articleId" : {
568
+ "type" : [ "string", "null", "integer" ],
569
+ "format" : "int64",
570
+ "pattern" : "([0-9]+)"
571
+ },
572
+ "eventTime" : {
573
+ "type" : [ "string", "null" ],
574
+ "maxLength" : 100,
575
+ "minLength" : 0,
576
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
577
+ },
578
+ "event" : {
579
+ "type" : [ "string", "null" ],
580
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
581
+ "maxLength" : 100,
582
+ "minLength" : 0
583
+ },
584
+ "locale" : {
585
+ "type" : [ "string", "null" ],
586
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
587
+ "maxLength" : 100,
588
+ "minLength" : 0,
589
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
590
+ },
591
+ "user" : {
592
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
593
+ },
594
+ "newSourceLanguage" : {
595
+ "type" : [ "string", "null" ],
596
+ "maxLength" : 100,
597
+ "minLength" : 0
598
+ }
599
+ },
600
+ "required" : [ "articleId", "event", "eventTime", "locale", "newSourceLanguage", "oldSourceLanguage", "user" ]
601
+ },
602
+ "seoDescriptionChanged" : {
603
+ "type" : [ "null", "object" ],
604
+ "additionalProperties" : false,
605
+ "properties" : {
606
+ "articleId" : {
607
+ "type" : [ "string", "null", "integer" ],
608
+ "format" : "int64",
609
+ "pattern" : "([0-9]+)"
610
+ },
611
+ "eventTime" : {
612
+ "type" : [ "string", "null" ],
613
+ "maxLength" : 100,
614
+ "minLength" : 0,
615
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
616
+ },
617
+ "event" : {
618
+ "type" : [ "string", "null" ],
619
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
620
+ "maxLength" : 100,
621
+ "minLength" : 0
622
+ },
623
+ "locale" : {
624
+ "type" : [ "string", "null" ],
625
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
626
+ "maxLength" : 100,
627
+ "minLength" : 0,
628
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
629
+ },
630
+ "user" : {
631
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
632
+ }
633
+ },
634
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
635
+ },
636
+ "versionDeleted" : {
637
+ "type" : [ "null", "object" ],
638
+ "additionalProperties" : false,
639
+ "properties" : {
640
+ "articleId" : {
641
+ "type" : [ "string", "null", "integer" ],
642
+ "format" : "int64",
643
+ "pattern" : "([0-9]+)"
644
+ },
645
+ "eventTime" : {
646
+ "type" : [ "string", "null" ],
647
+ "maxLength" : 100,
648
+ "minLength" : 0,
649
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
650
+ },
651
+ "deltedVersion" : {
652
+ "type" : [ "null", "array" ],
653
+ "items" : {
654
+ "type" : [ "string", "null" ],
655
+ "maxLength" : 100,
656
+ "minLength" : 0
657
+ },
658
+ "uniqueItems" : false
659
+ },
660
+ "event" : {
661
+ "type" : [ "string", "null" ],
662
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
663
+ "maxLength" : 100,
664
+ "minLength" : 0
665
+ },
666
+ "locale" : {
667
+ "type" : [ "string", "null" ],
668
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
669
+ "maxLength" : 100,
670
+ "minLength" : 0,
671
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
672
+ },
673
+ "user" : {
674
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
675
+ }
676
+ },
677
+ "required" : [ "articleId", "deltedVersion", "event", "eventTime", "locale", "user" ]
678
+ },
679
+ "versionReverted" : {
680
+ "type" : [ "null", "object" ],
681
+ "additionalProperties" : false,
682
+ "properties" : {
683
+ "articleId" : {
684
+ "type" : [ "string", "null", "integer" ],
685
+ "format" : "int64",
686
+ "pattern" : "([0-9]+)"
687
+ },
688
+ "eventTime" : {
689
+ "type" : [ "string", "null" ],
690
+ "maxLength" : 100,
691
+ "minLength" : 0,
692
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
693
+ },
694
+ "oldVersion" : {
695
+ "type" : [ "string", "null" ],
696
+ "maxLength" : 100,
697
+ "minLength" : 0
698
+ },
699
+ "event" : {
700
+ "type" : [ "string", "null" ],
701
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
702
+ "maxLength" : 100,
703
+ "minLength" : 0
704
+ },
705
+ "locale" : {
706
+ "type" : [ "string", "null" ],
707
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
708
+ "maxLength" : 100,
709
+ "minLength" : 0,
710
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
711
+ },
712
+ "user" : {
713
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
714
+ },
715
+ "newVersion" : {
716
+ "type" : [ "string", "null" ],
717
+ "maxLength" : 100,
718
+ "minLength" : 0
719
+ }
720
+ },
721
+ "required" : [ "articleId", "event", "eventTime", "locale", "newVersion", "oldVersion", "user" ]
722
+ },
723
+ "seoKeywordsChanged" : {
724
+ "type" : [ "null", "object" ],
725
+ "additionalProperties" : false,
726
+ "properties" : {
727
+ "articleId" : {
728
+ "type" : [ "string", "null", "integer" ],
729
+ "format" : "int64",
730
+ "pattern" : "([0-9]+)"
731
+ },
732
+ "eventTime" : {
733
+ "type" : [ "string", "null" ],
734
+ "maxLength" : 100,
735
+ "minLength" : 0,
736
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
737
+ },
738
+ "event" : {
739
+ "type" : [ "string", "null" ],
740
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
741
+ "maxLength" : 100,
742
+ "minLength" : 0
743
+ },
744
+ "locale" : {
745
+ "type" : [ "string", "null" ],
746
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
747
+ "maxLength" : 100,
748
+ "minLength" : 0,
749
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
750
+ },
751
+ "user" : {
752
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
753
+ }
754
+ },
755
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
756
+ },
757
+ "viewed" : {
758
+ "type" : [ "null", "object" ],
759
+ "additionalProperties" : false,
760
+ "properties" : {
761
+ "articleId" : {
762
+ "type" : [ "string", "null", "integer" ],
763
+ "format" : "int64",
764
+ "pattern" : "([0-9]+)"
765
+ },
766
+ "eventTime" : {
767
+ "type" : [ "string", "null" ],
768
+ "maxLength" : 100,
769
+ "minLength" : 0,
770
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
771
+ },
772
+ "event" : {
773
+ "type" : [ "string", "null" ],
774
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
775
+ "maxLength" : 100,
776
+ "minLength" : 0
777
+ },
778
+ "locale" : {
779
+ "type" : [ "string", "null" ],
780
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
781
+ "maxLength" : 100,
782
+ "minLength" : 0,
783
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
784
+ },
785
+ "user" : {
786
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
787
+ }
788
+ },
789
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
790
+ },
791
+ "translationStateUpdated" : {
792
+ "type" : [ "null", "object" ],
793
+ "additionalProperties" : false,
794
+ "properties" : {
795
+ "articleId" : {
796
+ "type" : [ "string", "null", "integer" ],
797
+ "format" : "int64",
798
+ "pattern" : "([0-9]+)"
799
+ },
800
+ "eventTime" : {
801
+ "type" : [ "string", "null" ],
802
+ "maxLength" : 100,
803
+ "minLength" : 0,
804
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
805
+ },
806
+ "event" : {
807
+ "type" : [ "string", "null" ],
808
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
809
+ "maxLength" : 100,
810
+ "minLength" : 0
811
+ },
812
+ "locale" : {
813
+ "type" : [ "string", "null" ],
814
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
815
+ "maxLength" : 100,
816
+ "minLength" : 0,
817
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
818
+ },
819
+ "newTranslationState" : {
820
+ "type" : [ "string", "null" ],
821
+ "maxLength" : 100,
822
+ "minLength" : 0
823
+ },
824
+ "user" : {
825
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
826
+ },
827
+ "oldTranslationState" : {
828
+ "type" : [ "string", "null" ],
829
+ "maxLength" : 100,
830
+ "minLength" : 0
831
+ }
832
+ },
833
+ "required" : [ "articleId", "event", "eventTime", "locale", "newTranslationState", "oldTranslationState", "user" ]
834
+ },
835
+ "seoInfoAdded" : {
836
+ "type" : [ "null", "object" ],
837
+ "additionalProperties" : false,
838
+ "properties" : {
839
+ "articleId" : {
840
+ "type" : [ "string", "null", "integer" ],
841
+ "format" : "int64",
842
+ "pattern" : "([0-9]+)"
843
+ },
844
+ "eventTime" : {
845
+ "type" : [ "string", "null" ],
846
+ "maxLength" : 100,
847
+ "minLength" : 0,
848
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
849
+ },
850
+ "event" : {
851
+ "type" : [ "string", "null" ],
852
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
853
+ "maxLength" : 100,
854
+ "minLength" : 0
855
+ },
856
+ "locale" : {
857
+ "type" : [ "string", "null" ],
858
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
859
+ "maxLength" : 100,
860
+ "minLength" : 0,
861
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
862
+ },
863
+ "user" : {
864
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
865
+ }
866
+ },
867
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
868
+ },
869
+ "statusChanged" : {
870
+ "type" : [ "null", "object" ],
871
+ "additionalProperties" : false,
872
+ "properties" : {
873
+ "newStatus" : {
874
+ "type" : [ "string", "null" ],
875
+ "enum" : [ "PUBLISH", "DRAFT", "REVIEW", "EXPIRED" ],
876
+ "maxLength" : 100,
877
+ "minLength" : 0
878
+ },
879
+ "oldStatus" : {
880
+ "type" : [ "string", "null" ],
881
+ "enum" : [ "PUBLISH", "DRAFT", "REVIEW", "EXPIRED", "null" ],
882
+ "maxLength" : 100,
883
+ "minLength" : 0
884
+ },
885
+ "articleId" : {
886
+ "type" : [ "string", "null", "integer" ],
887
+ "format" : "int64",
888
+ "pattern" : "([0-9]+)"
889
+ },
890
+ "eventTime" : {
891
+ "type" : [ "string", "null" ],
892
+ "maxLength" : 100,
893
+ "minLength" : 0,
894
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
895
+ },
896
+ "event" : {
897
+ "type" : [ "string", "null" ],
898
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
899
+ "maxLength" : 100,
900
+ "minLength" : 0
901
+ },
902
+ "locale" : {
903
+ "type" : [ "string", "null" ],
904
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
905
+ "maxLength" : 100,
906
+ "minLength" : 0,
907
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
908
+ },
909
+ "user" : {
910
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
911
+ }
912
+ },
913
+ "required" : [ "articleId", "event", "eventTime", "locale", "newStatus", "oldStatus", "user" ]
914
+ },
915
+ "redirectPermalinkDeleted" : {
916
+ "type" : [ "null", "object" ],
917
+ "additionalProperties" : false,
918
+ "properties" : {
919
+ "articleId" : {
920
+ "type" : [ "string", "null", "integer" ],
921
+ "format" : "int64",
922
+ "pattern" : "([0-9]+)"
923
+ },
924
+ "eventTime" : {
925
+ "type" : [ "string", "null" ],
926
+ "maxLength" : 100,
927
+ "minLength" : 0,
928
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
929
+ },
930
+ "event" : {
931
+ "type" : [ "string", "null" ],
932
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
933
+ "maxLength" : 100,
934
+ "minLength" : 0
935
+ },
936
+ "locale" : {
937
+ "type" : [ "string", "null" ],
938
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
939
+ "maxLength" : 100,
940
+ "minLength" : 0,
941
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
942
+ },
943
+ "user" : {
944
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
945
+ },
946
+ "oldPermalink" : {
947
+ "type" : [ "string", "null" ],
948
+ "maxLength" : 100,
949
+ "minLength" : 0
950
+ }
951
+ },
952
+ "required" : [ "articleId", "event", "eventTime", "locale", "oldPermalink", "user" ]
953
+ },
954
+ "positionUpdated" : {
955
+ "type" : [ "null", "object" ],
956
+ "additionalProperties" : false,
957
+ "properties" : {
958
+ "articleId" : {
959
+ "type" : [ "string", "null", "integer" ],
960
+ "format" : "int64",
961
+ "pattern" : "([0-9]+)"
962
+ },
963
+ "eventTime" : {
964
+ "type" : [ "string", "null" ],
965
+ "maxLength" : 100,
966
+ "minLength" : 0,
967
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
968
+ },
969
+ "event" : {
970
+ "type" : [ "string", "null" ],
971
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
972
+ "maxLength" : 100,
973
+ "minLength" : 0
974
+ },
975
+ "locale" : {
976
+ "type" : [ "string", "null" ],
977
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
978
+ "maxLength" : 100,
979
+ "minLength" : 0,
980
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
981
+ },
982
+ "user" : {
983
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
984
+ }
985
+ },
986
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
987
+ },
988
+ "attachmentModified" : {
989
+ "type" : [ "null", "object" ],
990
+ "additionalProperties" : false,
991
+ "properties" : {
992
+ "oldAttachements" : {
993
+ "type" : [ "null", "array" ],
994
+ "items" : {
995
+ "type" : [ "string", "null" ],
996
+ "maxLength" : 100,
997
+ "minLength" : 0
998
+ },
999
+ "uniqueItems" : false
1000
+ },
1001
+ "articleId" : {
1002
+ "type" : [ "string", "null", "integer" ],
1003
+ "format" : "int64",
1004
+ "pattern" : "([0-9]+)"
1005
+ },
1006
+ "eventTime" : {
1007
+ "type" : [ "string", "null" ],
1008
+ "maxLength" : 100,
1009
+ "minLength" : 0,
1010
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1011
+ },
1012
+ "event" : {
1013
+ "type" : [ "string", "null" ],
1014
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1015
+ "maxLength" : 100,
1016
+ "minLength" : 0
1017
+ },
1018
+ "locale" : {
1019
+ "type" : [ "string", "null" ],
1020
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1021
+ "maxLength" : 100,
1022
+ "minLength" : 0,
1023
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1024
+ },
1025
+ "user" : {
1026
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1027
+ },
1028
+ "newAttachments" : {
1029
+ "type" : [ "null", "array" ],
1030
+ "items" : {
1031
+ "type" : [ "string", "null" ],
1032
+ "maxLength" : 100,
1033
+ "minLength" : 0,
1034
+ "pattern" : "^([a-zA-Z0-9]{37}|-1)$"
1035
+ },
1036
+ "uniqueItems" : false
1037
+ }
1038
+ },
1039
+ "required" : [ "articleId", "event", "eventTime", "locale", "newAttachments", "oldAttachements", "user" ]
1040
+ },
1041
+ "commentsEdited" : {
1042
+ "type" : [ "null", "object" ],
1043
+ "additionalProperties" : false,
1044
+ "properties" : {
1045
+ "editedCommentId" : {
1046
+ "type" : [ "string", "null", "integer" ],
1047
+ "format" : "int64",
1048
+ "pattern" : "([0-9]+)"
1049
+ },
1050
+ "articleId" : {
1051
+ "type" : [ "string", "null", "integer" ],
1052
+ "format" : "int64",
1053
+ "pattern" : "([0-9]+)"
1054
+ },
1055
+ "eventTime" : {
1056
+ "type" : [ "string", "null" ],
1057
+ "maxLength" : 100,
1058
+ "minLength" : 0,
1059
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1060
+ },
1061
+ "event" : {
1062
+ "type" : [ "string", "null" ],
1063
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1064
+ "maxLength" : 100,
1065
+ "minLength" : 0
1066
+ },
1067
+ "locale" : {
1068
+ "type" : [ "string", "null" ],
1069
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1070
+ "maxLength" : 100,
1071
+ "minLength" : 0,
1072
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1073
+ },
1074
+ "user" : {
1075
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1076
+ }
1077
+ },
1078
+ "required" : [ "articleId", "editedCommentId", "event", "eventTime", "locale", "user" ]
1079
+ },
1080
+ "attachmentRemoved" : {
1081
+ "type" : [ "null", "object" ],
1082
+ "additionalProperties" : false,
1083
+ "properties" : {
1084
+ "articleId" : {
1085
+ "type" : [ "string", "null", "integer" ],
1086
+ "format" : "int64",
1087
+ "pattern" : "([0-9]+)"
1088
+ },
1089
+ "eventTime" : {
1090
+ "type" : [ "string", "null" ],
1091
+ "maxLength" : 100,
1092
+ "minLength" : 0,
1093
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1094
+ },
1095
+ "removedAttachments" : {
1096
+ "type" : [ "null", "array" ],
1097
+ "items" : {
1098
+ "type" : [ "string", "null" ],
1099
+ "maxLength" : 100,
1100
+ "minLength" : 0,
1101
+ "pattern" : "^([a-zA-Z0-9]{37}|-1)$"
1102
+ },
1103
+ "uniqueItems" : false
1104
+ },
1105
+ "event" : {
1106
+ "type" : [ "string", "null" ],
1107
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1108
+ "maxLength" : 100,
1109
+ "minLength" : 0
1110
+ },
1111
+ "locale" : {
1112
+ "type" : [ "string", "null" ],
1113
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1114
+ "maxLength" : 100,
1115
+ "minLength" : 0,
1116
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1117
+ },
1118
+ "user" : {
1119
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1120
+ }
1121
+ },
1122
+ "required" : [ "articleId", "event", "eventTime", "locale", "removedAttachments", "user" ]
1123
+ },
1124
+ "translationAdded" : {
1125
+ "type" : [ "null", "object" ],
1126
+ "additionalProperties" : false,
1127
+ "properties" : {
1128
+ "articleId" : {
1129
+ "type" : [ "string", "null", "integer" ],
1130
+ "format" : "int64",
1131
+ "pattern" : "([0-9]+)"
1132
+ },
1133
+ "eventTime" : {
1134
+ "type" : [ "string", "null" ],
1135
+ "maxLength" : 100,
1136
+ "minLength" : 0,
1137
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1138
+ },
1139
+ "event" : {
1140
+ "type" : [ "string", "null" ],
1141
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1142
+ "maxLength" : 100,
1143
+ "minLength" : 0
1144
+ },
1145
+ "locale" : {
1146
+ "type" : [ "string", "null" ],
1147
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1148
+ "maxLength" : 100,
1149
+ "minLength" : 0,
1150
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1151
+ },
1152
+ "user" : {
1153
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1154
+ },
1155
+ "addedTranslations" : {
1156
+ "type" : [ "string", "null" ],
1157
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1158
+ "maxLength" : 100,
1159
+ "minLength" : 0,
1160
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1161
+ }
1162
+ },
1163
+ "required" : [ "addedTranslations", "articleId", "event", "eventTime", "locale", "user" ]
1164
+ },
1165
+ "created" : {
1166
+ "type" : [ "null", "object" ],
1167
+ "additionalProperties" : false,
1168
+ "properties" : {
1169
+ "articleId" : {
1170
+ "type" : [ "string", "null", "integer" ],
1171
+ "format" : "int64",
1172
+ "pattern" : "([0-9]+)"
1173
+ },
1174
+ "eventTime" : {
1175
+ "type" : [ "string", "null" ],
1176
+ "maxLength" : 100,
1177
+ "minLength" : 0,
1178
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1179
+ },
1180
+ "event" : {
1181
+ "type" : [ "string", "null" ],
1182
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1183
+ "maxLength" : 100,
1184
+ "minLength" : 0
1185
+ },
1186
+ "locale" : {
1187
+ "type" : [ "string", "null" ],
1188
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1189
+ "maxLength" : 100,
1190
+ "minLength" : 0,
1191
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1192
+ },
1193
+ "user" : {
1194
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1195
+ }
1196
+ },
1197
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1198
+ },
1199
+ "feedbackAdded" : {
1200
+ "type" : [ "null", "object" ],
1201
+ "additionalProperties" : false,
1202
+ "properties" : {
1203
+ "articleId" : {
1204
+ "type" : [ "string", "null", "integer" ],
1205
+ "format" : "int64",
1206
+ "pattern" : "([0-9]+)"
1207
+ },
1208
+ "eventTime" : {
1209
+ "type" : [ "string", "null" ],
1210
+ "maxLength" : 100,
1211
+ "minLength" : 0,
1212
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1213
+ },
1214
+ "event" : {
1215
+ "type" : [ "string", "null" ],
1216
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1217
+ "maxLength" : 100,
1218
+ "minLength" : 0
1219
+ },
1220
+ "locale" : {
1221
+ "type" : [ "string", "null" ],
1222
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1223
+ "maxLength" : 100,
1224
+ "minLength" : 0,
1225
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1226
+ },
1227
+ "user" : {
1228
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1229
+ }
1230
+ },
1231
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1232
+ },
1233
+ "versionCreated" : {
1234
+ "type" : [ "null", "object" ],
1235
+ "additionalProperties" : false,
1236
+ "properties" : {
1237
+ "createdVersion" : {
1238
+ "type" : [ "string", "null" ],
1239
+ "maxLength" : 100,
1240
+ "minLength" : 0
1241
+ },
1242
+ "articleId" : {
1243
+ "type" : [ "string", "null", "integer" ],
1244
+ "format" : "int64",
1245
+ "pattern" : "([0-9]+)"
1246
+ },
1247
+ "eventTime" : {
1248
+ "type" : [ "string", "null" ],
1249
+ "maxLength" : 100,
1250
+ "minLength" : 0,
1251
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1252
+ },
1253
+ "event" : {
1254
+ "type" : [ "string", "null" ],
1255
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1256
+ "maxLength" : 100,
1257
+ "minLength" : 0
1258
+ },
1259
+ "locale" : {
1260
+ "type" : [ "string", "null" ],
1261
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1262
+ "maxLength" : 100,
1263
+ "minLength" : 0,
1264
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1265
+ },
1266
+ "user" : {
1267
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1268
+ }
1269
+ },
1270
+ "required" : [ "articleId", "createdVersion", "event", "eventTime", "locale", "user" ]
1271
+ },
1272
+ "scheduledToExpire" : {
1273
+ "type" : [ "null", "object" ],
1274
+ "additionalProperties" : false,
1275
+ "properties" : {
1276
+ "articleId" : {
1277
+ "type" : [ "string", "null", "integer" ],
1278
+ "format" : "int64",
1279
+ "pattern" : "([0-9]+)"
1280
+ },
1281
+ "eventTime" : {
1282
+ "type" : [ "string", "null" ],
1283
+ "maxLength" : 100,
1284
+ "minLength" : 0,
1285
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1286
+ },
1287
+ "oldExpireTime" : {
1288
+ "type" : [ "string", "null" ],
1289
+ "maxLength" : 100,
1290
+ "minLength" : 0
1291
+ },
1292
+ "event" : {
1293
+ "type" : [ "string", "null" ],
1294
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1295
+ "maxLength" : 100,
1296
+ "minLength" : 0
1297
+ },
1298
+ "locale" : {
1299
+ "type" : [ "string", "null" ],
1300
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1301
+ "maxLength" : 100,
1302
+ "minLength" : 0,
1303
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1304
+ },
1305
+ "user" : {
1306
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1307
+ },
1308
+ "newExpireTime" : {
1309
+ "type" : [ "string", "null" ],
1310
+ "maxLength" : 100,
1311
+ "minLength" : 0
1312
+ }
1313
+ },
1314
+ "required" : [ "articleId", "event", "eventTime", "locale", "newExpireTime", "oldExpireTime", "user" ]
1315
+ },
1316
+ "attachmentAdded" : {
1317
+ "type" : [ "null", "object" ],
1318
+ "additionalProperties" : false,
1319
+ "properties" : {
1320
+ "addedAttachments" : {
1321
+ "type" : [ "null", "array" ],
1322
+ "items" : {
1323
+ "type" : [ "string", "null" ],
1324
+ "maxLength" : 100,
1325
+ "minLength" : 0,
1326
+ "pattern" : "^([a-zA-Z0-9]{37}|-1)$"
1327
+ },
1328
+ "uniqueItems" : false
1329
+ },
1330
+ "articleId" : {
1331
+ "type" : [ "string", "null", "integer" ],
1332
+ "format" : "int64",
1333
+ "pattern" : "([0-9]+)"
1334
+ },
1335
+ "eventTime" : {
1336
+ "type" : [ "string", "null" ],
1337
+ "maxLength" : 100,
1338
+ "minLength" : 0,
1339
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1340
+ },
1341
+ "event" : {
1342
+ "type" : [ "string", "null" ],
1343
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1344
+ "maxLength" : 100,
1345
+ "minLength" : 0
1346
+ },
1347
+ "locale" : {
1348
+ "type" : [ "string", "null" ],
1349
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1350
+ "maxLength" : 100,
1351
+ "minLength" : 0,
1352
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1353
+ },
1354
+ "user" : {
1355
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1356
+ }
1357
+ },
1358
+ "required" : [ "addedAttachments", "articleId", "event", "eventTime", "locale", "user" ]
1359
+ },
1360
+ "permalinkEdited" : {
1361
+ "type" : [ "null", "object" ],
1362
+ "additionalProperties" : false,
1363
+ "properties" : {
1364
+ "newPermalink" : {
1365
+ "type" : [ "string", "null" ],
1366
+ "maxLength" : 100,
1367
+ "minLength" : 0
1368
+ },
1369
+ "articleId" : {
1370
+ "type" : [ "string", "null", "integer" ],
1371
+ "format" : "int64",
1372
+ "pattern" : "([0-9]+)"
1373
+ },
1374
+ "eventTime" : {
1375
+ "type" : [ "string", "null" ],
1376
+ "maxLength" : 100,
1377
+ "minLength" : 0,
1378
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1379
+ },
1380
+ "event" : {
1381
+ "type" : [ "string", "null" ],
1382
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1383
+ "maxLength" : 100,
1384
+ "minLength" : 0
1385
+ },
1386
+ "locale" : {
1387
+ "type" : [ "string", "null" ],
1388
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1389
+ "maxLength" : 100,
1390
+ "minLength" : 0,
1391
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1392
+ },
1393
+ "user" : {
1394
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1395
+ }
1396
+ },
1397
+ "required" : [ "articleId", "event", "eventTime", "locale", "newPermalink", "user" ]
1398
+ },
1399
+ "titleEdited" : {
1400
+ "type" : [ "null", "object" ],
1401
+ "additionalProperties" : false,
1402
+ "properties" : {
1403
+ "newTitle" : {
1404
+ "type" : [ "string", "null" ],
1405
+ "maxLength" : 100,
1406
+ "minLength" : 0
1407
+ },
1408
+ "articleId" : {
1409
+ "type" : [ "string", "null", "integer" ],
1410
+ "format" : "int64",
1411
+ "pattern" : "([0-9]+)"
1412
+ },
1413
+ "eventTime" : {
1414
+ "type" : [ "string", "null" ],
1415
+ "maxLength" : 100,
1416
+ "minLength" : 0,
1417
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1418
+ },
1419
+ "event" : {
1420
+ "type" : [ "string", "null" ],
1421
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1422
+ "maxLength" : 100,
1423
+ "minLength" : 0
1424
+ },
1425
+ "locale" : {
1426
+ "type" : [ "string", "null" ],
1427
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1428
+ "maxLength" : 100,
1429
+ "minLength" : 0,
1430
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1431
+ },
1432
+ "user" : {
1433
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1434
+ }
1435
+ },
1436
+ "required" : [ "articleId", "event", "eventTime", "locale", "newTitle", "user" ]
1437
+ },
1438
+ "movedToTrash" : {
1439
+ "type" : [ "null", "object" ],
1440
+ "additionalProperties" : false,
1441
+ "properties" : {
1442
+ "articleId" : {
1443
+ "type" : [ "string", "null", "integer" ],
1444
+ "format" : "int64",
1445
+ "pattern" : "([0-9]+)"
1446
+ },
1447
+ "eventTime" : {
1448
+ "type" : [ "string", "null" ],
1449
+ "maxLength" : 100,
1450
+ "minLength" : 0,
1451
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1452
+ },
1453
+ "event" : {
1454
+ "type" : [ "string", "null" ],
1455
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1456
+ "maxLength" : 100,
1457
+ "minLength" : 0
1458
+ },
1459
+ "locale" : {
1460
+ "type" : [ "string", "null" ],
1461
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1462
+ "maxLength" : 100,
1463
+ "minLength" : 0,
1464
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1465
+ },
1466
+ "user" : {
1467
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1468
+ }
1469
+ },
1470
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1471
+ },
1472
+ "translationOwnerChanged" : {
1473
+ "type" : [ "null", "object" ],
1474
+ "additionalProperties" : false,
1475
+ "properties" : {
1476
+ "newTranslationOwner" : {
1477
+ "type" : [ "string", "null", "integer" ],
1478
+ "format" : "int64",
1479
+ "pattern" : "([0-9]+)"
1480
+ },
1481
+ "articleId" : {
1482
+ "type" : [ "string", "null", "integer" ],
1483
+ "format" : "int64",
1484
+ "pattern" : "([0-9]+)"
1485
+ },
1486
+ "eventTime" : {
1487
+ "type" : [ "string", "null" ],
1488
+ "maxLength" : 100,
1489
+ "minLength" : 0,
1490
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1491
+ },
1492
+ "oldTranslationOwner" : {
1493
+ "type" : [ "string", "null", "integer" ],
1494
+ "format" : "int64",
1495
+ "pattern" : "([0-9]+)"
1496
+ },
1497
+ "event" : {
1498
+ "type" : [ "string", "null" ],
1499
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1500
+ "maxLength" : 100,
1501
+ "minLength" : 0
1502
+ },
1503
+ "locale" : {
1504
+ "type" : [ "string", "null" ],
1505
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1506
+ "maxLength" : 100,
1507
+ "minLength" : 0,
1508
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1509
+ },
1510
+ "user" : {
1511
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1512
+ }
1513
+ },
1514
+ "required" : [ "articleId", "event", "eventTime", "locale", "newTranslationOwner", "oldTranslationOwner", "user" ]
1515
+ },
1516
+ "ownerChanged" : {
1517
+ "type" : [ "null", "object" ],
1518
+ "additionalProperties" : false,
1519
+ "properties" : {
1520
+ "oldOwner" : {
1521
+ "type" : [ "string", "null", "integer" ],
1522
+ "format" : "int64",
1523
+ "pattern" : "([0-9]+)"
1524
+ },
1525
+ "articleId" : {
1526
+ "type" : [ "string", "null", "integer" ],
1527
+ "format" : "int64",
1528
+ "pattern" : "([0-9]+)"
1529
+ },
1530
+ "eventTime" : {
1531
+ "type" : [ "string", "null" ],
1532
+ "maxLength" : 100,
1533
+ "minLength" : 0,
1534
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1535
+ },
1536
+ "newOwner" : {
1537
+ "type" : [ "string", "null", "integer" ],
1538
+ "format" : "int64",
1539
+ "pattern" : "([0-9]+)"
1540
+ },
1541
+ "event" : {
1542
+ "type" : [ "string", "null" ],
1543
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1544
+ "maxLength" : 100,
1545
+ "minLength" : 0
1546
+ },
1547
+ "locale" : {
1548
+ "type" : [ "string", "null" ],
1549
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1550
+ "maxLength" : 100,
1551
+ "minLength" : 0,
1552
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1553
+ },
1554
+ "user" : {
1555
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1556
+ }
1557
+ },
1558
+ "required" : [ "articleId", "event", "eventTime", "locale", "newOwner", "oldOwner", "user" ]
1559
+ },
1560
+ "deleted" : {
1561
+ "type" : [ "null", "object" ],
1562
+ "additionalProperties" : false,
1563
+ "properties" : {
1564
+ "articleId" : {
1565
+ "type" : [ "string", "null", "integer" ],
1566
+ "format" : "int64",
1567
+ "pattern" : "([0-9]+)"
1568
+ },
1569
+ "eventTime" : {
1570
+ "type" : [ "string", "null" ],
1571
+ "maxLength" : 100,
1572
+ "minLength" : 0,
1573
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1574
+ },
1575
+ "event" : {
1576
+ "type" : [ "string", "null" ],
1577
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1578
+ "maxLength" : 100,
1579
+ "minLength" : 0
1580
+ },
1581
+ "locale" : {
1582
+ "type" : [ "string", "null" ],
1583
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1584
+ "maxLength" : 100,
1585
+ "minLength" : 0,
1586
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1587
+ },
1588
+ "user" : {
1589
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1590
+ }
1591
+ },
1592
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1593
+ },
1594
+ "translationTrashed" : {
1595
+ "type" : [ "null", "object" ],
1596
+ "additionalProperties" : false,
1597
+ "properties" : {
1598
+ "articleId" : {
1599
+ "type" : [ "string", "null", "integer" ],
1600
+ "format" : "int64",
1601
+ "pattern" : "([0-9]+)"
1602
+ },
1603
+ "eventTime" : {
1604
+ "type" : [ "string", "null" ],
1605
+ "maxLength" : 100,
1606
+ "minLength" : 0,
1607
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1608
+ },
1609
+ "trashedTranslations" : {
1610
+ "type" : [ "string", "null" ],
1611
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1612
+ "maxLength" : 100,
1613
+ "minLength" : 0,
1614
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1615
+ },
1616
+ "event" : {
1617
+ "type" : [ "string", "null" ],
1618
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1619
+ "maxLength" : 100,
1620
+ "minLength" : 0
1621
+ },
1622
+ "locale" : {
1623
+ "type" : [ "string", "null" ],
1624
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1625
+ "maxLength" : 100,
1626
+ "minLength" : 0,
1627
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1628
+ },
1629
+ "user" : {
1630
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1631
+ }
1632
+ },
1633
+ "required" : [ "articleId", "event", "eventTime", "locale", "trashedTranslations", "user" ]
1634
+ },
1635
+ "upvoted" : {
1636
+ "type" : [ "null", "object" ],
1637
+ "additionalProperties" : false,
1638
+ "properties" : {
1639
+ "articleId" : {
1640
+ "type" : [ "string", "null", "integer" ],
1641
+ "format" : "int64",
1642
+ "pattern" : "([0-9]+)"
1643
+ },
1644
+ "eventTime" : {
1645
+ "type" : [ "string", "null" ],
1646
+ "maxLength" : 100,
1647
+ "minLength" : 0,
1648
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1649
+ },
1650
+ "event" : {
1651
+ "type" : [ "string", "null" ],
1652
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1653
+ "maxLength" : 100,
1654
+ "minLength" : 0
1655
+ },
1656
+ "locale" : {
1657
+ "type" : [ "string", "null" ],
1658
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1659
+ "maxLength" : 100,
1660
+ "minLength" : 0,
1661
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1662
+ },
1663
+ "user" : {
1664
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1665
+ }
1666
+ },
1667
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1668
+ },
1669
+ "historyReverted" : {
1670
+ "type" : [ "null", "object" ],
1671
+ "additionalProperties" : false,
1672
+ "properties" : {
1673
+ "articleId" : {
1674
+ "type" : [ "string", "null", "integer" ],
1675
+ "format" : "int64",
1676
+ "pattern" : "([0-9]+)"
1677
+ },
1678
+ "eventTime" : {
1679
+ "type" : [ "string", "null" ],
1680
+ "maxLength" : 100,
1681
+ "minLength" : 0,
1682
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1683
+ },
1684
+ "event" : {
1685
+ "type" : [ "string", "null" ],
1686
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1687
+ "maxLength" : 100,
1688
+ "minLength" : 0
1689
+ },
1690
+ "locale" : {
1691
+ "type" : [ "string", "null" ],
1692
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1693
+ "maxLength" : 100,
1694
+ "minLength" : 0,
1695
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1696
+ },
1697
+ "user" : {
1698
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1699
+ }
1700
+ },
1701
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1702
+ },
1703
+ "sectionChanged" : {
1704
+ "type" : [ "null", "object" ],
1705
+ "additionalProperties" : false,
1706
+ "properties" : {
1707
+ "newSection" : {
1708
+ "type" : [ "string", "null" ],
1709
+ "maxLength" : 100,
1710
+ "minLength" : 0
1711
+ },
1712
+ "articleId" : {
1713
+ "type" : [ "string", "null", "integer" ],
1714
+ "format" : "int64",
1715
+ "pattern" : "([0-9]+)"
1716
+ },
1717
+ "eventTime" : {
1718
+ "type" : [ "string", "null" ],
1719
+ "maxLength" : 100,
1720
+ "minLength" : 0,
1721
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1722
+ },
1723
+ "oldSection" : {
1724
+ "type" : [ "string", "null" ],
1725
+ "maxLength" : 100,
1726
+ "minLength" : 0
1727
+ },
1728
+ "event" : {
1729
+ "type" : [ "string", "null" ],
1730
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1731
+ "maxLength" : 100,
1732
+ "minLength" : 0
1733
+ },
1734
+ "locale" : {
1735
+ "type" : [ "string", "null" ],
1736
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1737
+ "maxLength" : 100,
1738
+ "minLength" : 0,
1739
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1740
+ },
1741
+ "user" : {
1742
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1743
+ }
1744
+ },
1745
+ "required" : [ "articleId", "event", "eventTime", "locale", "newSection", "oldSection", "user" ]
1746
+ },
1747
+ "restored" : {
1748
+ "type" : [ "null", "object" ],
1749
+ "additionalProperties" : false,
1750
+ "properties" : {
1751
+ "articleId" : {
1752
+ "type" : [ "string", "null", "integer" ],
1753
+ "format" : "int64",
1754
+ "pattern" : "([0-9]+)"
1755
+ },
1756
+ "eventTime" : {
1757
+ "type" : [ "string", "null" ],
1758
+ "maxLength" : 100,
1759
+ "minLength" : 0,
1760
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1761
+ },
1762
+ "event" : {
1763
+ "type" : [ "string", "null" ],
1764
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1765
+ "maxLength" : 100,
1766
+ "minLength" : 0
1767
+ },
1768
+ "locale" : {
1769
+ "type" : [ "string", "null" ],
1770
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1771
+ "maxLength" : 100,
1772
+ "minLength" : 0,
1773
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1774
+ },
1775
+ "user" : {
1776
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1777
+ }
1778
+ },
1779
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1780
+ },
1781
+ "versionQuickedit" : {
1782
+ "type" : [ "null", "object" ],
1783
+ "additionalProperties" : false,
1784
+ "properties" : {
1785
+ "editedVersion" : {
1786
+ "type" : [ "string", "null" ],
1787
+ "maxLength" : 100,
1788
+ "minLength" : 0
1789
+ },
1790
+ "articleId" : {
1791
+ "type" : [ "string", "null", "integer" ],
1792
+ "format" : "int64",
1793
+ "pattern" : "([0-9]+)"
1794
+ },
1795
+ "eventTime" : {
1796
+ "type" : [ "string", "null" ],
1797
+ "maxLength" : 100,
1798
+ "minLength" : 0,
1799
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1800
+ },
1801
+ "event" : {
1802
+ "type" : [ "string", "null" ],
1803
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1804
+ "maxLength" : 100,
1805
+ "minLength" : 0
1806
+ },
1807
+ "locale" : {
1808
+ "type" : [ "string", "null" ],
1809
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1810
+ "maxLength" : 100,
1811
+ "minLength" : 0,
1812
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1813
+ },
1814
+ "user" : {
1815
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1816
+ }
1817
+ },
1818
+ "required" : [ "articleId", "editedVersion", "event", "eventTime", "locale", "user" ]
1819
+ },
1820
+ "expiryDateRemoved" : {
1821
+ "type" : [ "null", "object" ],
1822
+ "additionalProperties" : false,
1823
+ "properties" : {
1824
+ "articleId" : {
1825
+ "type" : [ "string", "null", "integer" ],
1826
+ "format" : "int64",
1827
+ "pattern" : "([0-9]+)"
1828
+ },
1829
+ "eventTime" : {
1830
+ "type" : [ "string", "null" ],
1831
+ "maxLength" : 100,
1832
+ "minLength" : 0,
1833
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1834
+ },
1835
+ "oldExpireTime" : {
1836
+ "type" : [ "string", "null" ],
1837
+ "maxLength" : 100,
1838
+ "minLength" : 0
1839
+ },
1840
+ "event" : {
1841
+ "type" : [ "string", "null" ],
1842
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1843
+ "maxLength" : 100,
1844
+ "minLength" : 0
1845
+ },
1846
+ "locale" : {
1847
+ "type" : [ "string", "null" ],
1848
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1849
+ "maxLength" : 100,
1850
+ "minLength" : 0,
1851
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1852
+ },
1853
+ "user" : {
1854
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1855
+ }
1856
+ },
1857
+ "required" : [ "articleId", "event", "eventTime", "locale", "oldExpireTime", "user" ]
1858
+ },
1859
+ "translationDeleted" : {
1860
+ "type" : [ "null", "object" ],
1861
+ "additionalProperties" : false,
1862
+ "properties" : {
1863
+ "deletedTranslations" : {
1864
+ "type" : [ "string", "null" ],
1865
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1866
+ "maxLength" : 100,
1867
+ "minLength" : 0,
1868
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1869
+ },
1870
+ "articleId" : {
1871
+ "type" : [ "string", "null", "integer" ],
1872
+ "format" : "int64",
1873
+ "pattern" : "([0-9]+)"
1874
+ },
1875
+ "eventTime" : {
1876
+ "type" : [ "string", "null" ],
1877
+ "maxLength" : 100,
1878
+ "minLength" : 0,
1879
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1880
+ },
1881
+ "event" : {
1882
+ "type" : [ "string", "null" ],
1883
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1884
+ "maxLength" : 100,
1885
+ "minLength" : 0
1886
+ },
1887
+ "locale" : {
1888
+ "type" : [ "string", "null" ],
1889
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1890
+ "maxLength" : 100,
1891
+ "minLength" : 0,
1892
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1893
+ },
1894
+ "user" : {
1895
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1896
+ }
1897
+ },
1898
+ "required" : [ "articleId", "deletedTranslations", "event", "eventTime", "locale", "user" ]
1899
+ },
1900
+ "secondaryTitleModified" : {
1901
+ "type" : [ "null", "object" ],
1902
+ "additionalProperties" : false,
1903
+ "properties" : {
1904
+ "articleId" : {
1905
+ "type" : [ "string", "null", "integer" ],
1906
+ "format" : "int64",
1907
+ "pattern" : "([0-9]+)"
1908
+ },
1909
+ "eventTime" : {
1910
+ "type" : [ "string", "null" ],
1911
+ "maxLength" : 100,
1912
+ "minLength" : 0,
1913
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1914
+ },
1915
+ "event" : {
1916
+ "type" : [ "string", "null" ],
1917
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1918
+ "maxLength" : 100,
1919
+ "minLength" : 0
1920
+ },
1921
+ "locale" : {
1922
+ "type" : [ "string", "null" ],
1923
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1924
+ "maxLength" : 100,
1925
+ "minLength" : 0,
1926
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1927
+ },
1928
+ "user" : {
1929
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1930
+ }
1931
+ },
1932
+ "required" : [ "articleId", "event", "eventTime", "locale", "user" ]
1933
+ },
1934
+ "seoStatusChanged" : {
1935
+ "type" : [ "null", "object" ],
1936
+ "additionalProperties" : false,
1937
+ "properties" : {
1938
+ "articleId" : {
1939
+ "type" : [ "string", "null", "integer" ],
1940
+ "format" : "int64",
1941
+ "pattern" : "([0-9]+)"
1942
+ },
1943
+ "eventTime" : {
1944
+ "type" : [ "string", "null" ],
1945
+ "maxLength" : 100,
1946
+ "minLength" : 0,
1947
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1948
+ },
1949
+ "oldSEOStatus" : {
1950
+ "type" : [ "boolean", "null" ]
1951
+ },
1952
+ "event" : {
1953
+ "type" : [ "string", "null" ],
1954
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
1955
+ "maxLength" : 100,
1956
+ "minLength" : 0
1957
+ },
1958
+ "locale" : {
1959
+ "type" : [ "string", "null" ],
1960
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1961
+ "maxLength" : 100,
1962
+ "minLength" : 0,
1963
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1964
+ },
1965
+ "newSEOStatus" : {
1966
+ "type" : [ "boolean", "null" ]
1967
+ },
1968
+ "user" : {
1969
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
1970
+ }
1971
+ },
1972
+ "required" : [ "articleId", "event", "eventTime", "locale", "newSEOStatus", "oldSEOStatus", "user" ]
1973
+ },
1974
+ "sourceInfo" : {
1975
+ "type" : [ "null", "object" ],
1976
+ "additionalProperties" : false,
1977
+ "properties" : {
1978
+ "articleId" : {
1979
+ "type" : [ "string", "null", "integer" ],
1980
+ "format" : "int64",
1981
+ "pattern" : "([0-9]+)"
1982
+ },
1983
+ "locale" : {
1984
+ "type" : [ "string", "null" ],
1985
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
1986
+ "maxLength" : 100,
1987
+ "minLength" : 0,
1988
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
1989
+ },
1990
+ "version" : {
1991
+ "type" : [ "string", "null" ],
1992
+ "maxLength" : 100,
1993
+ "minLength" : 0,
1994
+ "pattern" : "[0-9]{1,2}[.][0-9]{1,2}"
1995
+ }
1996
+ },
1997
+ "required" : [ "articleId", "locale", "version" ]
1998
+ },
1999
+ "articleClone" : {
2000
+ "type" : [ "null", "object" ],
2001
+ "additionalProperties" : false,
2002
+ "properties" : {
2003
+ "sourceInfo" : {
2004
+ "$ref" : "./ArticleHistory.json#/components/schemas/sourceInfo"
2005
+ },
2006
+ "articleId" : {
2007
+ "type" : [ "string", "null", "integer" ],
2008
+ "format" : "int64",
2009
+ "pattern" : "([0-9]+)"
2010
+ },
2011
+ "eventTime" : {
2012
+ "type" : [ "string", "null" ],
2013
+ "maxLength" : 100,
2014
+ "minLength" : 0,
2015
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
2016
+ },
2017
+ "event" : {
2018
+ "type" : [ "string", "null" ],
2019
+ "enum" : [ "VIEWED", "UPVOTED", "DOWNVOTED", "CREATED", "SEO_INFO_ADDED", "TAGS_ADDED", "ATTACHMENT_ADDED", "ATTACHMENT_REMOVED", "FEEDBACK_ADDED", "TAGS_EDITED", "STATUS_CHANGED", "DISPALY_PERMISSION_CHANGED", "PERMALINK_EDITED", "OWNER_CHANGED", "SECTION_CHANGED", "TITLE_EDITED", "SEO_INFO_EDITED", "VERSION_CREATED", "DELETED", "MOVED_TO_TRASH", "RESTORED", "POSITION_UPDATED", "ATTACHMENT_MODIFIED", "HISTORY_REVERTED", "TRANSLATION_ADDED", "TRANSLATION_TRASHED", "VERSION_REVERTED", "ACCESS_RESTRICTED", "TAGS_DELETED", "COMMENTS_ADDED", "COMMENTS_EDITED", "COMMENTS_DELETED", "SOLUTION_IMPORTED", "VERSION_UPDATED", "VERSION_QUICKEDIT", "VERSION_DELETED", "SEO_TITLE_CHANGED", "SEO_KEYWORDS_CHANGED", "SEO_DESCRIPTION_CHANGED", "SEO_STATUS_CHANGED", "SCHEDULED_TO_PUBLISH", "SCHEDULED_TO_EXPIRE", "SOURCE_LANG_CHANGED", "TRANSLATION_OWNER_CHANGED", "EXPIRY_DATE_REMOVED", "TRANSLATION_DELETED", "TRANSLATION_STATE_UPDATED", "REDIRECT_PERMALINK_DELETED", "TRANSLATION_CLONED", "ARTICLE_CLONED" ],
2020
+ "maxLength" : 100,
2021
+ "minLength" : 0
2022
+ },
2023
+ "locale" : {
2024
+ "type" : [ "string", "null" ],
2025
+ "enum" : [ "en", "ja", "zh", "es", "de", "fr", "tr", "ru", "pt", "it", "nl", "da", "sv", "pl", "ar", "he", "af", "cs", "fr-ca", "bg", "fi", "el", "hu", "id", "nb", "ro", "th", "uk", "vi", "ur", "hi", "te", "kn", "ta", "mr", "ko", "fa", "bn", "gu", "ms", "ml", "en-gb", "sk", "hr", "sl", "zh_TW", "zh-tw", "ca", "ka", "kk", "my", "km", "pt-br" ],
2026
+ "maxLength" : 100,
2027
+ "minLength" : 0,
2028
+ "pattern" : "([a-zA-Z]{2,4}([-_][a-zA-Z]{2})?)"
2029
+ },
2030
+ "user" : {
2031
+ "$ref" : "./ArticleHistory.json#/components/schemas/userObject"
2032
+ }
2033
+ },
2034
+ "required" : [ "articleId", "event", "eventTime", "locale", "sourceInfo", "user" ]
2035
+ },
2036
+ "dataArray" : {
2037
+ "type" : [ "null", "array" ],
2038
+ "items" : {
2039
+ "oneOf" : [ {
2040
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoTitleChanged"
2041
+ }, {
2042
+ "$ref" : "./ArticleHistory.json#/components/schemas/accessRestricted"
2043
+ }, {
2044
+ "$ref" : "./ArticleHistory.json#/components/schemas/commentsDeleted"
2045
+ }, {
2046
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoInfoEdited"
2047
+ }, {
2048
+ "$ref" : "./ArticleHistory.json#/components/schemas/tagsDeleted"
2049
+ }, {
2050
+ "$ref" : "./ArticleHistory.json#/components/schemas/commentsAdded"
2051
+ }, {
2052
+ "$ref" : "./ArticleHistory.json#/components/schemas/solutionImported"
2053
+ }, {
2054
+ "$ref" : "./ArticleHistory.json#/components/schemas/tagsEdited"
2055
+ }, {
2056
+ "$ref" : "./ArticleHistory.json#/components/schemas/dispalyPermissionChanged"
2057
+ }, {
2058
+ "$ref" : "./ArticleHistory.json#/components/schemas/tagsAdded"
2059
+ }, {
2060
+ "$ref" : "./ArticleHistory.json#/components/schemas/scheduledToPublish"
2061
+ }, {
2062
+ "$ref" : "./ArticleHistory.json#/components/schemas/downvoted"
2063
+ }, {
2064
+ "$ref" : "./ArticleHistory.json#/components/schemas/versionUpdated"
2065
+ }, {
2066
+ "$ref" : "./ArticleHistory.json#/components/schemas/sourceLangChanged"
2067
+ }, {
2068
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoDescriptionChanged"
2069
+ }, {
2070
+ "$ref" : "./ArticleHistory.json#/components/schemas/versionDeleted"
2071
+ }, {
2072
+ "$ref" : "./ArticleHistory.json#/components/schemas/versionReverted"
2073
+ }, {
2074
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoKeywordsChanged"
2075
+ }, {
2076
+ "$ref" : "./ArticleHistory.json#/components/schemas/viewed"
2077
+ }, {
2078
+ "$ref" : "./ArticleHistory.json#/components/schemas/translationStateUpdated"
2079
+ }, {
2080
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoInfoAdded"
2081
+ }, {
2082
+ "$ref" : "./ArticleHistory.json#/components/schemas/statusChanged"
2083
+ }, {
2084
+ "$ref" : "./ArticleHistory.json#/components/schemas/redirectPermalinkDeleted"
2085
+ }, {
2086
+ "$ref" : "./ArticleHistory.json#/components/schemas/positionUpdated"
2087
+ }, {
2088
+ "$ref" : "./ArticleHistory.json#/components/schemas/attachmentModified"
2089
+ }, {
2090
+ "$ref" : "./ArticleHistory.json#/components/schemas/commentsEdited"
2091
+ }, {
2092
+ "$ref" : "./ArticleHistory.json#/components/schemas/attachmentRemoved"
2093
+ }, {
2094
+ "$ref" : "./ArticleHistory.json#/components/schemas/translationAdded"
2095
+ }, {
2096
+ "$ref" : "./ArticleHistory.json#/components/schemas/created"
2097
+ }, {
2098
+ "$ref" : "./ArticleHistory.json#/components/schemas/feedbackAdded"
2099
+ }, {
2100
+ "$ref" : "./ArticleHistory.json#/components/schemas/versionCreated"
2101
+ }, {
2102
+ "$ref" : "./ArticleHistory.json#/components/schemas/scheduledToExpire"
2103
+ }, {
2104
+ "$ref" : "./ArticleHistory.json#/components/schemas/attachmentAdded"
2105
+ }, {
2106
+ "$ref" : "./ArticleHistory.json#/components/schemas/permalinkEdited"
2107
+ }, {
2108
+ "$ref" : "./ArticleHistory.json#/components/schemas/titleEdited"
2109
+ }, {
2110
+ "$ref" : "./ArticleHistory.json#/components/schemas/movedToTrash"
2111
+ }, {
2112
+ "$ref" : "./ArticleHistory.json#/components/schemas/translationOwnerChanged"
2113
+ }, {
2114
+ "$ref" : "./ArticleHistory.json#/components/schemas/ownerChanged"
2115
+ }, {
2116
+ "$ref" : "./ArticleHistory.json#/components/schemas/deleted"
2117
+ }, {
2118
+ "$ref" : "./ArticleHistory.json#/components/schemas/translationTrashed"
2119
+ }, {
2120
+ "$ref" : "./ArticleHistory.json#/components/schemas/upvoted"
2121
+ }, {
2122
+ "$ref" : "./ArticleHistory.json#/components/schemas/historyReverted"
2123
+ }, {
2124
+ "$ref" : "./ArticleHistory.json#/components/schemas/sectionChanged"
2125
+ }, {
2126
+ "$ref" : "./ArticleHistory.json#/components/schemas/restored"
2127
+ }, {
2128
+ "$ref" : "./ArticleHistory.json#/components/schemas/versionQuickedit"
2129
+ }, {
2130
+ "$ref" : "./ArticleHistory.json#/components/schemas/expiryDateRemoved"
2131
+ }, {
2132
+ "$ref" : "./ArticleHistory.json#/components/schemas/translationDeleted"
2133
+ }, {
2134
+ "$ref" : "./ArticleHistory.json#/components/schemas/secondaryTitleModified"
2135
+ }, {
2136
+ "$ref" : "./ArticleHistory.json#/components/schemas/seoStatusChanged"
2137
+ }, {
2138
+ "$ref" : "./ArticleHistory.json#/components/schemas/articleClone"
2139
+ } ]
2140
+ }
2141
+ }
2142
+ },
2143
+ "responses" : {
2144
+ "dataWrapper" : {
2145
+ "description" : "dataWrapper template definitions",
2146
+ "content" : {
2147
+ "application/json" : {
2148
+ "schema" : {
2149
+ "type" : [ "null", "object" ],
2150
+ "additionalProperties" : false,
2151
+ "properties" : {
2152
+ "data" : {
2153
+ "$ref" : "./ArticleHistory.json#/components/schemas/dataArray"
2154
+ },
2155
+ "comments" : {
2156
+ "$ref" : "./ArticleComment.json#/components/schemas/commentListLiteResponseArray"
2157
+ }
2158
+ },
2159
+ "required" : [ "comments", "data" ]
2160
+ },
2161
+ "examples" : {
2162
+ "Valid responses Definitions" : {
2163
+ "value" : {
2164
+ "data" : [ {
2165
+ "articleId" : "54366000000346003",
2166
+ "eventTime" : 1562476017000,
2167
+ "event" : "COMMENTS_DELETED",
2168
+ "locale" : "en-US",
2169
+ "deletedCommentId" : "54366000000346073",
2170
+ "user" : {
2171
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2172
+ "name" : "Meera",
2173
+ "id" : "54366000000171001"
2174
+ }
2175
+ }, {
2176
+ "editedCommentId" : "54366000000346073",
2177
+ "articleId" : "54366000000346003",
2178
+ "eventTime" : 1562475963000,
2179
+ "event" : "COMMENTS_EDITED",
2180
+ "locale" : "en-US",
2181
+ "user" : {
2182
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2183
+ "name" : "Meera",
2184
+ "id" : "54366000000171001"
2185
+ }
2186
+ }, {
2187
+ "addedCommentId" : "54366000000346073",
2188
+ "articleId" : "54366000000346003",
2189
+ "eventTime" : 1562475878000,
2190
+ "event" : "COMMENTS_ADDED",
2191
+ "locale" : "en-US",
2192
+ "user" : {
2193
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2194
+ "name" : "Meera",
2195
+ "id" : "54366000000171001"
2196
+ }
2197
+ }, {
2198
+ "articleId" : "54366000000346003",
2199
+ "eventTime" : 1562475723000,
2200
+ "event" : "SEO_DESCRIPTION_CHANGED",
2201
+ "locale" : "en-US",
2202
+ "user" : {
2203
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2204
+ "name" : "Meera",
2205
+ "id" : "54366000000171001"
2206
+ }
2207
+ }, {
2208
+ "articleId" : "54366000000346003",
2209
+ "eventTime" : 1562475723000,
2210
+ "event" : "SEO_KEYWORDS_CHANGED",
2211
+ "locale" : "en-US",
2212
+ "user" : {
2213
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2214
+ "name" : "Meera",
2215
+ "id" : "54366000000171001"
2216
+ }
2217
+ }, {
2218
+ "articleId" : "54366000000346003",
2219
+ "eventTime" : 1562475258000,
2220
+ "oldSEOStatus" : "false",
2221
+ "newSEOStatus" : "true",
2222
+ "event" : "SEO_STATUS_CHANGED",
2223
+ "locale" : "en-US",
2224
+ "user" : {
2225
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2226
+ "name" : "Loselin",
2227
+ "id" : "54366000000171037"
2228
+ }
2229
+ }, {
2230
+ "newSEOTitle" : "Optimize article",
2231
+ "articleId" : "54366000000346003",
2232
+ "eventTime" : 1562475723000,
2233
+ "event" : "SEO_TITLE_CHANGED",
2234
+ "locale" : "en-US",
2235
+ "user" : {
2236
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2237
+ "name" : "Meera",
2238
+ "id" : "54366000000171001"
2239
+ }
2240
+ }, {
2241
+ "articleId" : "54366000000346003",
2242
+ "eventTime" : 1562475512000,
2243
+ "event" : "REDIRECT_PERMALINK_DELETED",
2244
+ "locale" : "en-US",
2245
+ "user" : {
2246
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2247
+ "name" : "Meera",
2248
+ "id" : "54366000000171001"
2249
+ },
2250
+ "oldPermalink" : "power-stream"
2251
+ }, {
2252
+ "newPermalink" : "articles-demo",
2253
+ "articleId" : "54366000000346003",
2254
+ "eventTime" : 1562475482000,
2255
+ "event" : "PERMALINK_EDITED",
2256
+ "locale" : "en-US",
2257
+ "user" : {
2258
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2259
+ "name" : "Meera",
2260
+ "id" : "54366000000171001"
2261
+ },
2262
+ "oldPermalink" : "power-stream"
2263
+ }, {
2264
+ "eventTime" : 1562475467000,
2265
+ "articleId" : "54366000000346003",
2266
+ "oldExpireTime" : "1566749246000",
2267
+ "event" : "EXPIRY_DATE_REMOVED",
2268
+ "locale" : "en-US",
2269
+ "user" : {
2270
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2271
+ "name" : "Meera",
2272
+ "id" : "54366000000171001"
2273
+ }
2274
+ }, {
2275
+ "articleId" : "54366000000346003",
2276
+ "eventTime" : 1562475457000,
2277
+ "deltedVersion" : [ "2.1" ],
2278
+ "event" : "VERSION_DELETED",
2279
+ "locale" : "en-US",
2280
+ "user" : {
2281
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2282
+ "name" : "Meera",
2283
+ "id" : "54366000000171001"
2284
+ }
2285
+ }, {
2286
+ "articleId" : "54366000000346003",
2287
+ "eventTime" : 1562475406000,
2288
+ "oldVersion" : "1.0",
2289
+ "event" : "VERSION_REVERTED",
2290
+ "locale" : "en-US",
2291
+ "user" : {
2292
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2293
+ "name" : "Meera",
2294
+ "id" : "54366000000171001"
2295
+ },
2296
+ "newVersion" : "2.1"
2297
+ }, {
2298
+ "newStatus" : "DRAFT",
2299
+ "oldStatus" : "PUBLISH",
2300
+ "articleId" : "54366000000346003",
2301
+ "eventTime" : 1562475406000,
2302
+ "event" : "STATUS_CHANGED",
2303
+ "locale" : "en-US",
2304
+ "user" : {
2305
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2306
+ "name" : "Meera",
2307
+ "id" : "54366000000171001"
2308
+ }
2309
+ }, {
2310
+ "createdVersion" : "2.0",
2311
+ "articleId" : "54366000000346003",
2312
+ "eventTime" : 1562475373000,
2313
+ "event" : "VERSION_CREATED",
2314
+ "locale" : "en-US",
2315
+ "user" : {
2316
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2317
+ "name" : "Meera",
2318
+ "id" : "54366000000171001"
2319
+ }
2320
+ }, {
2321
+ "editedVersion" : "1.0",
2322
+ "articleId" : "54366000000346003",
2323
+ "eventTime" : 1562475338000,
2324
+ "event" : "VERSION_QUICKEDIT",
2325
+ "locale" : "en-US",
2326
+ "user" : {
2327
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2328
+ "name" : "Meera",
2329
+ "id" : "54366000000171001"
2330
+ }
2331
+ }, {
2332
+ "newTitle" : "Lorem ipsum",
2333
+ "articleId" : "54366000000346003",
2334
+ "eventTime" : 1562475338000,
2335
+ "oldTitle" : "Adata powerbank",
2336
+ "event" : "TITLE_EDITED",
2337
+ "locale" : "en-US",
2338
+ "user" : {
2339
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2340
+ "name" : "Meera",
2341
+ "id" : "54366000000171001"
2342
+ }
2343
+ }, {
2344
+ "articleId" : "54366000000346003",
2345
+ "eventTime" : 1562475292000,
2346
+ "oldVersion" : "0.1",
2347
+ "event" : "VERSION_UPDATED",
2348
+ "locale" : "en-US",
2349
+ "user" : {
2350
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2351
+ "name" : "Meera",
2352
+ "id" : "54366000000171001"
2353
+ },
2354
+ "newVersion" : "1.0"
2355
+ }, {
2356
+ "newStatus" : "PUBLISH",
2357
+ "oldStatus" : "REVIEW",
2358
+ "articleId" : "54366000000346003",
2359
+ "eventTime" : 1562475292000,
2360
+ "event" : "STATUS_CHANGED",
2361
+ "locale" : "en-US",
2362
+ "user" : {
2363
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171001/photo?orgId=57964738",
2364
+ "name" : "Meera",
2365
+ "id" : "54366000000171001"
2366
+ }
2367
+ }, {
2368
+ "articleId" : "54366000000346003",
2369
+ "eventTime" : 1562475258000,
2370
+ "oldExpireTime" : "null",
2371
+ "event" : "SCHEDULED_TO_EXPIRE",
2372
+ "locale" : "en-US",
2373
+ "user" : {
2374
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2375
+ "name" : "Loselin",
2376
+ "id" : "54366000000171037"
2377
+ },
2378
+ "newExpireTime" : "1564846706000"
2379
+ }, {
2380
+ "newTranslationOwner" : " Loselin ",
2381
+ "articleId" : "54366000000346003",
2382
+ "eventTime" : 1562475258000,
2383
+ "oldTranslationOwner" : "",
2384
+ "event" : "TRANSLATION_OWNER_CHANGED",
2385
+ "locale" : "en-US",
2386
+ "user" : {
2387
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2388
+ "name" : "Loselin",
2389
+ "id" : "54366000000171037"
2390
+ }
2391
+ }, {
2392
+ "articleId" : "54366000000346003",
2393
+ "eventTime" : 1562475258000,
2394
+ "event" : "TRANSLATION_STATE_UPDATED",
2395
+ "locale" : "en-US",
2396
+ "user" : {
2397
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2398
+ "name" : "Loselin",
2399
+ "id" : "54366000000171037"
2400
+ },
2401
+ "newTranslationState" : "UP_TO_DATE",
2402
+ "oldTranslationState" : "null"
2403
+ }, {
2404
+ "newStatus" : "REVIEW",
2405
+ "oldStatus" : "null",
2406
+ "articleId" : "54366000000346003",
2407
+ "eventTime" : 1562475258000,
2408
+ "event" : "STATUS_CHANGED",
2409
+ "locale" : "en-US",
2410
+ "user" : {
2411
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2412
+ "name" : "Loselin",
2413
+ "id" : "54366000000171037"
2414
+ }
2415
+ }, {
2416
+ "addedAttachments" : [ "af0u796cb3b7b55d14f0a9b6f78e0aa3ccb56" ],
2417
+ "articleId" : "54366000000346003",
2418
+ "eventTime" : 1562475258000,
2419
+ "event" : "ATTACHMENT_ADDED",
2420
+ "locale" : "en-US",
2421
+ "user" : {
2422
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2423
+ "name" : "Loselin",
2424
+ "id" : "54366000000171037"
2425
+ }
2426
+ }, {
2427
+ "articleId" : "54366000000346003",
2428
+ "eventTime" : 1562475258000,
2429
+ "event" : "TAGS_ADDED",
2430
+ "locale" : "en-US",
2431
+ "addedTags" : [ "notebook" ],
2432
+ "user" : {
2433
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2434
+ "name" : "Loselin",
2435
+ "id" : "54366000000171037"
2436
+ }
2437
+ }, {
2438
+ "createdVersion" : "0.1",
2439
+ "articleId" : "54366000000346003",
2440
+ "eventTime" : 1562475258000,
2441
+ "event" : "VERSION_CREATED",
2442
+ "locale" : "en-US",
2443
+ "user" : {
2444
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2445
+ "name" : "Loselin",
2446
+ "id" : "54366000000171037"
2447
+ }
2448
+ }, {
2449
+ "newPermalink" : "power-stream",
2450
+ "articleId" : "54366000000346003",
2451
+ "eventTime" : 1562475258000,
2452
+ "event" : "PERMALINK_EDITED",
2453
+ "locale" : "en-US",
2454
+ "user" : {
2455
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2456
+ "name" : "Loselin",
2457
+ "id" : "54366000000171037"
2458
+ }
2459
+ }, {
2460
+ "newTitle" : "Adata powerbank",
2461
+ "articleId" : "54366000000346003",
2462
+ "eventTime" : 1562475258000,
2463
+ "event" : "TITLE_EDITED",
2464
+ "locale" : "en-US",
2465
+ "user" : {
2466
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/54366000000171037/photo?orgId=57964738",
2467
+ "name" : "Loselin",
2468
+ "id" : "54366000000171037"
2469
+ }
2470
+ }, {
2471
+ "sourceInfo" : [ {
2472
+ "articleId" : "1000000027018",
2473
+ "locale" : "en",
2474
+ "version" : "2.0"
2475
+ } ],
2476
+ "articleId" : "1000000208001",
2477
+ "eventTime" : 1638435436000,
2478
+ "event" : "TRANSLATION_CLONED",
2479
+ "locale" : "en",
2480
+ "user" : {
2481
+ "photoURL" : "https://desk.zoho.com/api/v1/agents/1000000000063/photo?orgId=15224553",
2482
+ "name" : "Charlie Marlie",
2483
+ "id" : "1000000000063"
2484
+ }
2485
+ } ]
2486
+ }
2487
+ }
2488
+ }
2489
+ }
2490
+ },
2491
+ "x-custom-response-attributes" : {
2492
+ "disable-safe-headers" : "[]"
2493
+ }
2494
+ }
2495
+ },
2496
+ "parameters" : { },
2497
+ "securitySchemes" : {
2498
+ "cookie-auth" : {
2499
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2500
+ },
2501
+ "org-oauth" : {
2502
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2503
+ },
2504
+ "iam-oauth2-schema" : {
2505
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2506
+ }
2507
+ }
2508
+ },
2509
+ "x-entity" : "ArticleHistory"
2510
+ }