Skip to content

Commit

Permalink
updates oas
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 28, 2023
1 parent deb5e9f commit 4a7feaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/catalog/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,14 +1349,14 @@
},
"version": {
"title": "Version",
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z]+)*)?$",
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z-]+)*)?$",
"type": "string"
},
"released": {
"title": "Released",
"type": "object",
"additionalProperties": {
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z]+)*)?$",
"pattern": "^(0|[1-9]\\d*)(\\.(0|[1-9]\\d*)){2}(-(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*)(\\.(0|[1-9]\\d*|\\d*[-a-zA-Z][-\\da-zA-Z]*))*)?(\\+[-\\da-zA-Z]+(\\.[-\\da-zA-Z-]+)*)?$",
"type": "string"
},
"description": "Maps every route's path tag with a released version"
Expand Down Expand Up @@ -2147,7 +2147,7 @@
"description": "Static metadata for a service injected in the image labels\n\nThis is one to one with node-meta-v0.0.1.json",
"example": {
"name": "File Picker",
"description": "File Picker",
"description": "description",
"classifiers": [],
"quality": {},
"accessRights": {
Expand Down

0 comments on commit 4a7feaa

Please sign in to comment.