We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bedfe0 commit 7338c28Copy full SHA for 7338c28
openapi.yaml
@@ -624,6 +624,9 @@ components:
624
items:
625
$ref: "#/components/schemas/Model"
626
default: []
627
+ required:
628
+ - object
629
+ - data
630
FunctionObject:
631
type: object
632
properties:
@@ -1060,11 +1063,6 @@ components:
1060
1063
- general:
1061
1064
title: "General settings"
1062
1065
settings:
- - name: application_name
- env: "APPLICATION_NAME"
- type: string
1066
- default: "inference-gateway"
1067
- description: "The name of the application"
1068
- name: environment
1069
env: "ENVIRONMENT"
1070
type: string
0 commit comments