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
"description": "The content of one version of one artifact."
5415
+
},
5416
+
"UnprocessableEntity": {
5417
+
"description": "The artifact content is not valid for one of the following reasons:\n* Schema validation failed\n* References could not be validated\n* Required references are missing",
5418
+
"content": {
5419
+
"application/json": {
5420
+
"schema": {
5421
+
"$ref": "#/components/schemas/ProblemDetails"
5422
+
},
5423
+
"examples": {
5424
+
"UnprocessableEntityExample": {
5425
+
"value": {
5426
+
"error_code": 422,
5427
+
"message": "The artifact content is invalid: Schema validation failed",
0 commit comments