Skip to content

Commit

Permalink
Field ordering in JSON schemaé
Browse files Browse the repository at this point in the history
  • Loading branch information
SBrandeis committed Feb 9, 2024
1 parent c8d0e9a commit 8dda47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tasks/src/tasks/text-generation/spec/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"description": "When enabled, details about the generation",
"title": "TextGenerationOutputDetails",
"allOf": [
{ "$ref": "#/$defs/SequenceDetails" },
{
"type": "object",
"properties": {
Expand All @@ -36,8 +37,7 @@
}
}
}
},
{ "$ref": "#/$defs/SequenceDetails" }
}
]
}
},
Expand Down

0 comments on commit 8dda47f

Please sign in to comment.