Experimental
Schema
KitInput
Type:
object
KitInput is one kit in either shape.
Exactly one alternative must match
Type:
object
artifact
· required
Schema:
KitArtifactInput
All schema constraints and annotations
{
"properties": {
"artifact": {
"$ref": "#/components/schemas/KitArtifactInput"
}
},
"required": [
"artifact"
],
"title": "artifact",
"type": "object"
}All schema constraints and annotations
{
"description": "KitInput is one kit in either shape.",
"oneOf": [
{
"properties": {
"artifact": {
"$ref": "#/components/schemas/KitArtifactInput"
}
},
"required": [
"artifact"
],
"title": "artifact",
"type": "object"
}
],
"title": "KitInput",
"type": "object",
"unevaluatedProperties": false
}