Skip to content

Commit

Permalink
fixup! feat!: improve TD serialization behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 3, 2024
1 parent 89bbde5 commit cf820ea
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test/core/augmented_form_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ void main() {
"description":
"Latitude for the desired location in the world",
},
"long": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description":
"Longitude for the desired location in the world",
},
},
"forms": [
{
Expand All @@ -126,6 +119,14 @@ void main() {
],
},
},
"uriVariables": {
"long": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Longitude for the desired location in the world",
},
},
"security": ["nosec_sc"],
"securityDefinitions": {
"nosec_sc": {
Expand Down

0 comments on commit cf820ea

Please sign in to comment.