Skip to content

Commit

Permalink
running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Nov 17, 2024
1 parent fe5d529 commit 6885c76
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
22 changes: 11 additions & 11 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7753,17 +7753,17 @@
"maxItems": 2,
"items": false,
"prefixItems": [
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rebar-gun",
"unevaluatedProperties": false
},
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rifle",
"unevaluatedProperties": false
}
]
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rebar-gun",
"unevaluatedProperties": false
},
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rifle",
"unevaluatedProperties": false
}
]
}
}
},
Expand Down
26 changes: 12 additions & 14 deletions schema/update8.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2805,9 +2805,7 @@
"type": "object",
"$ref": "#/$defs/FGChargedWeapon--merged",
"unevaluatedProperties": false,
"required": [
"mIsPendingExecuteFire"
],
"required": ["mIsPendingExecuteFire"],
"properties": {
"mIsPendingExecuteFire": {
"$ref": "common.schema.json#/$defs/boolean"
Expand Down Expand Up @@ -4793,17 +4791,17 @@
"maxItems": 2,
"items": false,
"prefixItems": [
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rebar-gun",
"unevaluatedProperties": false
},
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rifle",
"unevaluatedProperties": false
}
]
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rebar-gun",
"unevaluatedProperties": false
},
{
"type": "object",
"$ref": "#/$defs/FGWeapon--rifle",
"unevaluatedProperties": false
}
]
}
}
},
Expand Down

0 comments on commit 6885c76

Please sign in to comment.