{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetAiApplyJobFeedsParameterPageSize", "title": "GetAiApplyJobFeedsParameterPageSize", "type": "integer", "format": "int64", "minimum": 1, "maximum": 250, "default": 100, "description": "The number of results to return per page. Maximum is 250." }