diff --git a/schema.json b/schema.json index bccb8d1..4b5eaf2 100644 --- a/schema.json +++ b/schema.json @@ -28,9 +28,6 @@ "prefetch": { "$ref": "https://raw.githubusercontent.com/roadrunner-server/jobs/refs/heads/master/schema.json#/definitions/PipelineProperties/prefetch" }, - "consume_all": { - "$ref": "https://raw.githubusercontent.com/roadrunner-server/jobs/refs/heads/master/schema.json#/definitions/PipelineProperties/consume_all" - }, "subject": { "description": "NATS subject", "type": "string", diff --git a/tests/configs/.rr-nats-raw.yaml b/tests/configs/.rr-nats-raw.yaml index c6103e4..8c3c502 100644 --- a/tests/configs/.rr-nats-raw.yaml +++ b/tests/configs/.rr-nats-raw.yaml @@ -33,7 +33,6 @@ jobs: prefetch: 100 subject: default-raw.* stream: foo-raw - consume_all: true delete_after_ack: true deliver_new: true priority: 1