Skip to content

Commit

Permalink
updating FGBuildableSpaceElevator
Browse files Browse the repository at this point in the history
-   re: #2
  • Loading branch information
SignpostMarv committed Sep 22, 2024
1 parent 17d8704 commit 915a8ea
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10716,10 +10716,26 @@
"$ref": "#/$defs/FGBuildable--base",
"unevaluatedProperties": false
},
"FGBuildableSpaceElevator--mSpaceElevatorState": {
"type": "string",
"enum": ["ESES_Load"]
},
"FGBuildableSpaceElevator": {
"type": "object",
"$ref": "#/$defs/FGBuildable--consumes-power-base",
"unevaluatedProperties": false
"unevaluatedProperties": false,
"required": [
"mOnSpaceElevatorStateUpdated",
"mSpaceElevatorState"
],
"properties": {
"mOnSpaceElevatorStateUpdated": {
"$ref": "#/$defs/empty-object"
},
"mSpaceElevatorState": {
"$ref": "#/$defs/FGBuildableSpaceElevator--mSpaceElevatorState"
}
}
},
"mClearanceData": {
"oneOf": [
Expand Down Expand Up @@ -10796,6 +10812,9 @@
}
}
}
},
"ExcludeForSnapping": {
"$ref": "#/$defs/boolean"
}
}
}
Expand Down

0 comments on commit 915a8ea

Please sign in to comment.