Skip to content

Commit

Permalink
Added missing hyperdrive to qb schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danrs committed Apr 10, 2023
1 parent 409318c commit a86e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schemas/quick-build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^(astromech|cannon|configuration|crew|device|force-power|gunner|illicit|missile|modification|sensor|tactical-relay|talent|tech|title|torpedo|turret|command|hardpoint|team|cargo)$": {
"^(astromech|cannon|configuration|crew|device|force-power|gunner|illicit|missile|modification|sensor|tactical-relay|talent|tech|title|torpedo|turret|command|hardpoint|team|cargo|hyperdrive)$": {
"type": "array",
"minLength": 1,
"items": { "type": "string", "pattern": "^[a-z0-9-]+$" }
Expand Down

0 comments on commit a86e57d

Please sign in to comment.