-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Name and Version
0.12.0
What is the problem this feature will solve?
the same as #122
What is the feature you are proposing to solve the problem?
the same as #122
new validity rules:
Validation Rules:
ApplicationTypeSchema
- appSchema - invalid if incompatible with dial appType meta-schema (https://github.com/epam/ai-dial-core/blob/development/config/src/main/resources/custom-application-schemas/schema.json)
Applications
- applicationTypeSchema - invalid if parentApplicationTypeSchema is invalid
Toolsets
- containerSource - invalid if deployment not defined or does not exists in DM
Models
- containerSource - invalid if deployment not defined or does not exists in DM
Interceptor
- interceptor_configuration - invalid if incompatible with schema provided in configurationEndpoint (not sure here. because it will still valid in config for core and fail during execution)
- containerSource - invalid if deployment not defined or does not exists
What alternatives have you considered?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To-Do