You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/bootstrap-agent.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,11 @@
203
203
}
204
204
]
205
205
},
206
+
"ArtifactVersion": {
207
+
"description": "An artifact version.\n\nThis is a freeform identifier with some basic validation. It may be the serialized form of a semver version, or a custom identifier that uses the same character set as a semver, plus `_`.\n\nThe exact pattern accepted is `^[a-zA-Z0-9._+-]{1,63}$`.\n\n# Ord implementation\n\n`ArtifactVersion`s are not intended to be sorted, just compared for equality. `ArtifactVersion` implements `Ord` only for storage within sorted collections.",
208
+
"type": "string",
209
+
"pattern": "^[a-zA-Z0-9._+-]{1,63}$"
210
+
},
206
211
"Baseboard": {
207
212
"description": "Describes properties that should uniquely identify a Gimlet.",
0 commit comments