Skip to content

Commit

Permalink
Schema format validation inconsistencies
Browse files Browse the repository at this point in the history
Fixes #1017
  • Loading branch information
matthias-pichler committed Oct 10, 2024
1 parent 14714e5 commit c282799
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,17 @@ $defs:
title: ErrorDetails
description: A human-readable explanation specific to this occurrence of the error.
required: [ type, status ]
uriTemplate:
title: UriTemplate
anyOf:
- title: LiteralUriTemplate
type: string
format: uri-template
pattern: "^http(s?)://.*"
- title: LiteralUri
type: string
format: uri
pattern: "^http(s?)://.*"
endpoint:
title: Endpoint
description: Represents an endpoint.
Expand Down

0 comments on commit c282799

Please sign in to comment.