File tree 2 files changed +1
-15
lines changed
nexus/types/src/external_api
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -2112,6 +2112,7 @@ pub enum ImageSource {
2112
2112
2113
2113
/// Boot the Alpine ISO that ships with the Propolis zone. Intended for
2114
2114
/// development purposes only.
2115
+ #[ schemars( skip) ] // keep it out of the OpenAPI schema
2115
2116
YouCanBootAnythingAsLongAsItsAlpine ,
2116
2117
}
2117
2118
Original file line number Diff line number Diff line change 17698
17698
"id",
17699
17699
"type"
17700
17700
]
17701
- },
17702
- {
17703
- "description": "Boot the Alpine ISO that ships with the Propolis zone. Intended for development purposes only.",
17704
- "type": "object",
17705
- "properties": {
17706
- "type": {
17707
- "type": "string",
17708
- "enum": [
17709
- "you_can_boot_anything_as_long_as_its_alpine"
17710
- ]
17711
- }
17712
- },
17713
- "required": [
17714
- "type"
17715
- ]
17716
17701
}
17717
17702
]
17718
17703
},
You can’t perform that action at this time.
0 commit comments