Skip to content

Commit

Permalink
Merge pull request #155 from aniewielska/fix-service-info
Browse files Browse the repository at this point in the history
Fix OpenAPI ServiceInfo validation error
  • Loading branch information
ruchim authored Nov 24, 2020
2 parents 950e88b + 4048014 commit 13f5682
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions openapi/workflow_execution_service.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,15 +466,15 @@ components:
additionalProperties:
type: string
description: A message containing useful information about the running service, including supported versions and default settings.
required:
- workflow_type_versions
- supported_wes_versions
- supported_filesystem_protocols
- workflow_engine_versions
- default_workflow_engine_parameters
- system_state_counts
- auth_instructions_url
- tags
required:
- workflow_type_versions
- supported_wes_versions
- supported_filesystem_protocols
- workflow_engine_versions
- default_workflow_engine_parameters
- system_state_counts
- auth_instructions_url
- tags
State:
title: State
enum:
Expand Down

0 comments on commit 13f5682

Please sign in to comment.