feat: add dev artifact publish v2 plan
This commit is contained in:
@@ -138,6 +138,19 @@
|
||||
"const": "dev-redacted-presence-only"
|
||||
}
|
||||
}
|
||||
},
|
||||
"publishEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"artifactRequired": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"artifactScope": {
|
||||
"type": "string",
|
||||
"enum": ["required", "disabled"]
|
||||
},
|
||||
"notPublishedReason": {
|
||||
"type": ["string", "null"]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user