Skip to content

Commit

Permalink
resolve chicken-and-egg situation with JSON schema as both PRs depend…
Browse files Browse the repository at this point in the history
… on each other
  • Loading branch information
nickdnk committed Oct 23, 2024
1 parent 27e466f commit 386578a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"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.",
"type": "boolean",
"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",
Expand All @@ -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",
Expand Down

0 comments on commit 386578a

Please sign in to comment.