Skip to content

Commit

Permalink
orphan $defs removed
Browse files Browse the repository at this point in the history
-   re: #2
  • Loading branch information
SignpostMarv committed Sep 23, 2024
1 parent 84c478a commit 202d017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
23 changes: 0 additions & 23 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8317,11 +8317,6 @@
"$ref": "#/$defs/FGBuildableFoundation--base",
"unevaluatedProperties": false
},
"FGBuildableFoundationLightweight": {
"type": "object",
"$ref": "#/$defs/FGBuildableFoundation--base",
"unevaluatedProperties": false
},
"FGBuildableRamp": {
"type": "object",
"$ref": "#/$defs/FGBuildableFoundation--base",
Expand Down Expand Up @@ -10299,24 +10294,6 @@
}
}
},
"FGBuildableStair": {
"type": "object",
"$ref": "#/$defs/FGBuildable--base",
"unevaluatedProperties": false,
"required": ["mStairDirection", "mHeight", "mSize"],
"properties": {
"mStairDirection": {
"type": "string",
"enum": ["EBSD_Left", "EBSD_Right"]
},
"mHeight": {
"$ref": "#/$defs/decimal-string"
},
"mSize": {
"$ref": "#/$defs/decimal-string"
}
}
},
"FGGolfCartDispenser": {
"type": "object",
"$ref": "#/$defs/FGEquipment--base",
Expand Down
4 changes: 1 addition & 3 deletions types-progress--version_1_0_0_0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Types Progress

99.17% Complete (238 of 240)
100.00% Complete (238 of 238)

## Basic Types

Expand Down Expand Up @@ -81,7 +81,6 @@
- [x] FGBuildableFactorySimpleProducer
- [x] FGBuildableFloodlight
- [x] FGBuildableFoundation
- [ ] FGBuildableFoundationLightweight
- [x] FGBuildableFrackingActivator
- [x] FGBuildableFrackingExtractor
- [x] FGBuildableGeneratorGeoThermal
Expand Down Expand Up @@ -117,7 +116,6 @@
- [x] FGBuildableSnowDispenser
- [x] FGBuildableSpaceElevator
- [x] FGBuildableSplitterSmart
- [ ] FGBuildableStair
- [x] FGBuildableStorage
- [x] FGBuildableTradingPost
- [x] FGBuildableTrainPlatformCargo
Expand Down

0 comments on commit 202d017

Please sign in to comment.