Skip to content

Commit

Permalink
Merge pull request #53 from DeMaCS-UNICAL/hotfix/format-validation
Browse files Browse the repository at this point in the history
Changed "oneOf" to "anyOf" in the services schema
  • Loading branch information
stefanogermano authored Sep 29, 2024
2 parents 5064181 + dba7a9e commit f7340b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"title": "Executor URL.",
"description": "This property indicates the executor URL to connect with it.",
"type": "string",
"oneOf": [
"anyOf": [
{ "format": "hostname" },
{ "format": "ipv4" },
{ "format": "ipv6" }
Expand Down

0 comments on commit f7340b2

Please sign in to comment.