mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-11 19:12:32 -04:00
Swagger schema fixes
This commit is contained in:
parent
3d3195489a
commit
28077752a9
@ -5530,6 +5530,7 @@ margin-bottom: 20px;
|
||||
"description" : "List of DV serial devices available in the system"
|
||||
};
|
||||
defs.DemodAnalyzerActions = {
|
||||
"required" : [ "channelId", "deviceId" ],
|
||||
"properties" : {
|
||||
"deviceId" : {
|
||||
"type" : "integer",
|
||||
@ -10587,6 +10588,7 @@ margin-bottom: 20px;
|
||||
"description" : "MetisMISOSettings"
|
||||
};
|
||||
defs.MorseDecoderActions = {
|
||||
"required" : [ "channelId", "deviceId" ],
|
||||
"properties" : {
|
||||
"deviceId" : {
|
||||
"type" : "integer",
|
||||
@ -13257,10 +13259,12 @@ margin-bottom: 20px;
|
||||
"type" : "integer"
|
||||
},
|
||||
"deviceIndex" : {
|
||||
"type" : "integer"
|
||||
"type" : "integer",
|
||||
"description" : "remote SDRangel instance deviceset index"
|
||||
},
|
||||
"channelIndex" : {
|
||||
"type" : "integer"
|
||||
"type" : "integer",
|
||||
"description" : "remote SDRangel instance channel index"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
@ -17230,7 +17234,8 @@ margin-bottom: 20px;
|
||||
},
|
||||
"nbLeadTime" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
"format" : "float",
|
||||
"description" : "Advance time (s)"
|
||||
},
|
||||
"nbLagTime" : {
|
||||
"type" : "number",
|
||||
@ -59472,7 +59477,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2025-05-03T17:59:40.379+02:00
|
||||
Generated 2025-05-29T12:27:25.321+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -42,12 +42,13 @@ DemodAnalyzerSettings:
|
||||
|
||||
DemodAnalyzerActions:
|
||||
description: "Demod Analyzer actions"
|
||||
required:
|
||||
- deviceId
|
||||
- channelId
|
||||
properties:
|
||||
deviceId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Device Id/Number that channel belongs to"
|
||||
channelId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Channel Id/Number of the channel within the device"
|
||||
|
@ -59,12 +59,13 @@ MorseDecoderSettings:
|
||||
|
||||
MorseDecoderActions:
|
||||
description: "Morse Decoder actions"
|
||||
required:
|
||||
- deviceId
|
||||
- channelId
|
||||
properties:
|
||||
deviceId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Device Id/Number that channel belongs to"
|
||||
channelId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Channel Id/Number of the channel within the device"
|
||||
|
@ -19,10 +19,10 @@ RemoteOutputSettings:
|
||||
dataPort:
|
||||
type: integer
|
||||
deviceIndex:
|
||||
device: remote SDRangel instance deviceset index
|
||||
description: remote SDRangel instance deviceset index
|
||||
type: integer
|
||||
channelIndex:
|
||||
device: remote SDRangel instance channel index
|
||||
description: remote SDRangel instance channel index
|
||||
type: integer
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
|
@ -76,7 +76,7 @@ WDSPRxSettings:
|
||||
nbLeadTime:
|
||||
type: number
|
||||
format: float
|
||||
descriuption: Advance time (s)
|
||||
description: Advance time (s)
|
||||
nbLagTime:
|
||||
type: number
|
||||
format: float
|
||||
|
@ -2973,7 +2973,6 @@ definitions:
|
||||
FeatureSet:
|
||||
description: "Grouping of features"
|
||||
required:
|
||||
- index
|
||||
- featurecount
|
||||
properties:
|
||||
featurecount:
|
||||
@ -3018,7 +3017,6 @@ definitions:
|
||||
required:
|
||||
- index
|
||||
- hwType
|
||||
- streamIndex
|
||||
- sequence
|
||||
- serial
|
||||
- centerFrequency
|
||||
@ -3422,7 +3420,6 @@ definitions:
|
||||
description: "Group of configuration"
|
||||
required:
|
||||
- groupName
|
||||
- nbPresets
|
||||
properties:
|
||||
groupName:
|
||||
description: "Name of the configuration group"
|
||||
@ -3530,4 +3527,3 @@ responses:
|
||||
description: Function not implemented
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
|
||||
|
@ -42,12 +42,13 @@ DemodAnalyzerSettings:
|
||||
|
||||
DemodAnalyzerActions:
|
||||
description: "Demod Analyzer actions"
|
||||
required:
|
||||
- deviceId
|
||||
- channelId
|
||||
properties:
|
||||
deviceId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Device Id/Number that channel belongs to"
|
||||
channelId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Channel Id/Number of the channel within the device"
|
||||
|
@ -59,12 +59,13 @@ MorseDecoderSettings:
|
||||
|
||||
MorseDecoderActions:
|
||||
description: "Morse Decoder actions"
|
||||
required:
|
||||
- deviceId
|
||||
- channelId
|
||||
properties:
|
||||
deviceId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Device Id/Number that channel belongs to"
|
||||
channelId:
|
||||
type: integer
|
||||
required: true
|
||||
description: "Channel Id/Number of the channel within the device"
|
||||
|
@ -19,10 +19,10 @@ RemoteOutputSettings:
|
||||
dataPort:
|
||||
type: integer
|
||||
deviceIndex:
|
||||
device: remote SDRangel instance deviceset index
|
||||
description: remote SDRangel instance deviceset index
|
||||
type: integer
|
||||
channelIndex:
|
||||
device: remote SDRangel instance channel index
|
||||
description: remote SDRangel instance channel index
|
||||
type: integer
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
|
@ -76,7 +76,7 @@ WDSPRxSettings:
|
||||
nbLeadTime:
|
||||
type: number
|
||||
format: float
|
||||
descriuption: Advance time (s)
|
||||
description: Advance time (s)
|
||||
nbLagTime:
|
||||
type: number
|
||||
format: float
|
||||
|
@ -2973,7 +2973,6 @@ definitions:
|
||||
FeatureSet:
|
||||
description: "Grouping of features"
|
||||
required:
|
||||
- index
|
||||
- featurecount
|
||||
properties:
|
||||
featurecount:
|
||||
@ -3018,7 +3017,6 @@ definitions:
|
||||
required:
|
||||
- index
|
||||
- hwType
|
||||
- streamIndex
|
||||
- sequence
|
||||
- serial
|
||||
- centerFrequency
|
||||
@ -3422,7 +3420,6 @@ definitions:
|
||||
description: "Group of configuration"
|
||||
required:
|
||||
- groupName
|
||||
- nbPresets
|
||||
properties:
|
||||
groupName:
|
||||
description: "Name of the configuration group"
|
||||
@ -3530,4 +3527,3 @@ responses:
|
||||
description: Function not implemented
|
||||
schema:
|
||||
$ref: "#/definitions/ErrorResponse"
|
||||
|
||||
|
@ -5530,6 +5530,7 @@ margin-bottom: 20px;
|
||||
"description" : "List of DV serial devices available in the system"
|
||||
};
|
||||
defs.DemodAnalyzerActions = {
|
||||
"required" : [ "channelId", "deviceId" ],
|
||||
"properties" : {
|
||||
"deviceId" : {
|
||||
"type" : "integer",
|
||||
@ -10587,6 +10588,7 @@ margin-bottom: 20px;
|
||||
"description" : "MetisMISOSettings"
|
||||
};
|
||||
defs.MorseDecoderActions = {
|
||||
"required" : [ "channelId", "deviceId" ],
|
||||
"properties" : {
|
||||
"deviceId" : {
|
||||
"type" : "integer",
|
||||
@ -13257,10 +13259,12 @@ margin-bottom: 20px;
|
||||
"type" : "integer"
|
||||
},
|
||||
"deviceIndex" : {
|
||||
"type" : "integer"
|
||||
"type" : "integer",
|
||||
"description" : "remote SDRangel instance deviceset index"
|
||||
},
|
||||
"channelIndex" : {
|
||||
"type" : "integer"
|
||||
"type" : "integer",
|
||||
"description" : "remote SDRangel instance channel index"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
@ -17230,7 +17234,8 @@ margin-bottom: 20px;
|
||||
},
|
||||
"nbLeadTime" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
"format" : "float",
|
||||
"description" : "Advance time (s)"
|
||||
},
|
||||
"nbLagTime" : {
|
||||
"type" : "number",
|
||||
@ -59472,7 +59477,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2025-05-03T17:59:40.379+02:00
|
||||
Generated 2025-05-29T12:27:25.321+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user