{ "type": "object", "properties": { "applicationServiceGroupId": { "type": "string", "minLength": 1 }, "applicationId": { "type": "string", "minLength": 1 }, "order": { "type": "string", "enum": [ "AlphabeticalAsc", "AlphabeticalDesc", "MostUseful", "LeastUseful", "MostFollowed", "LeastFollowed" ], "default": "AlphabeticalAsc" }, "resourceType": { "type": "string", "enum": ["Article", "Discussion", "LiveDiscussion", "QAndADiscussion", "Comment"] }, "moderationStatus": { "type": "string", "enum": ["PendingModeration", "PassedModeration", "FailedModeration"] }, "page": { "type": "integer", "minimum": 1, "default": 1 }, "perPage": { "type": "integer", "minimum": 1, "maximum": 50, "default": 10 } }, }