{ "type": "object", "properties": { "applicationId": { "type": "string", "minLength": 1 }, "applicationServiceGroupId": { "type": "string", "minLength": 1 }, "resourceType": { "type": "string", "enum": [ "Article", "Discussion", "LiveDiscussion", "QAndADiscussion", "Comment", "ArticleComment", "DiscussionComment", "LiveDiscussionComment" ] }, "categoryId": { "type": "string", "minLength": 1 }, "topicId": { "type": "string", "minLength": 1 }, "parentResourceId": { "type": "string", "minLength": 1 }, "publishStatus": { "type": "string", "enum": ["Unpublished", "Published"] }, "moderationStatus": { "type": "string", "enum": ["PendingModeration", "PassedModeration", "FailedModeration"] }, "age": { "type": "integer", "minimum": 1, "maximum": 999 }, "keywords": { "type": "string", "minLength": 3 }, "order": { "type": "string", "enum": [ "Newest", "Oldest", "MostUseful", "LeastUseful", "MostFollowed", "LeastFollowed" ], "default": "Newest" }, "page": { "type": "integer', "minimum": 1, "default": 1 }, "perPage": { "type": "integer', "minimum": 1, "maximum": 50, "default": 10 } }, }