diff --git a/apify-api/openapi/components/schemas/request-queues/RequestBase.yaml b/apify-api/openapi/components/schemas/request-queues/RequestBase.yaml index 1a830adbab..0e51f6d66e 100644 --- a/apify-api/openapi/components/schemas/request-queues/RequestBase.yaml +++ b/apify-api/openapi/components/schemas/request-queues/RequestBase.yaml @@ -11,7 +11,6 @@ properties: $ref: ./SharedProperties.yaml#/RetryCount loadedUrl: type: [string, "null"] - format: uri description: The final URL that was loaded, after redirects (if any). examples: [https://apify.com/jobs] payload: diff --git a/apify-api/openapi/components/schemas/request-queues/RequestUserData.yaml b/apify-api/openapi/components/schemas/request-queues/RequestUserData.yaml index aa4254ae04..e302efd078 100644 --- a/apify-api/openapi/components/schemas/request-queues/RequestUserData.yaml +++ b/apify-api/openapi/components/schemas/request-queues/RequestUserData.yaml @@ -2,13 +2,6 @@ title: RequestUserData description: Custom user data attached to the request. Can contain arbitrary fields. type: object additionalProperties: true -properties: - label: - type: [string, "null"] - description: Optional label for categorizing the request. - examples: [DETAIL] - image: - type: [string, "null"] - format: uri - description: Optional image URL associated with the request. - examples: [https://picserver1.eu] +example: + label: DETAIL + customField: custom-value