We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfc19d commit bf48ed8Copy full SHA for bf48ed8
1 file changed
openapi.yaml
@@ -2618,7 +2618,7 @@ paths:
2618
training_type:
2619
type: object
2620
default: null
2621
- nullable: 'true'
+ nullable: true
2622
anyOf:
2623
- $ref: '#/components/schemas/FullTrainingType'
2624
- $ref: '#/components/schemas/LoRATrainingType'
@@ -2762,7 +2762,7 @@ paths:
2762
2763
2764
2765
2766
oneOf:
2767
2768
0 commit comments