diff --git a/schema.json b/schema.json index af7d9dc..c4d4499 100644 --- a/schema.json +++ b/schema.json @@ -9,10 +9,10 @@ "additionalProperties": false, "properties": { "priority": { - "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json#/definitions/PipelineProperties/priority" + "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/e3b14d12793c24c7e8f07c5d17560f27d5f4ccf3/schemas/config/3.0.schema.json#/definitions/PipelineProperties/priority" }, "prefetch": { - "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json#/definitions/PipelineProperties/prefetch" + "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/e3b14d12793c24c7e8f07c5d17560f27d5f4ccf3/schemas/config/3.0.schema.json#/definitions/PipelineProperties/prefetch" }, "skip_queue_declaration": { "description": "Whether to skip creation of the SQS queue. If you set to this to `true`, the queue must already exist.", @@ -20,7 +20,7 @@ "default": false }, "consume_all": { - "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json#/definitions/PipelineProperties/consume_all" + "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/e3b14d12793c24c7e8f07c5d17560f27d5f4ccf3/schemas/config/3.0.schema.json#/definitions/PipelineProperties/consume_all" }, "visibility_timeout": { "type": "integer", @@ -44,7 +44,7 @@ "maximum": 20 }, "queue": { - "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/refs/heads/master/schemas/config/3.0.schema.json#/definitions/PipelineProperties/queue" + "$ref": "https://raw.githubusercontent.com/roadrunner-server/roadrunner/e3b14d12793c24c7e8f07c5d17560f27d5f4ccf3/schemas/config/3.0.schema.json#/definitions/PipelineProperties/queue" }, "message_group_id": { "description": "Message Group ID. See https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html#SQS-SendMessage-request-MessageGroupId",