Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions external/schemas/azldev.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,16 @@
},
"origin": {
"$ref": "#/$defs/Origin"
},
"replace-upstream": {
"type": "boolean",
"title": "Replace upstream",
"description": "When true, intentionally replaces a same-named entry in the upstream 'sources' file. Requires 'replace-reason'."
},
"replace-reason": {
"type": "string",
"title": "Replace reason",
Comment thread
anphel31 marked this conversation as resolved.
"description": "Required when 'replace-upstream' is true. Human-readable explanation for the replacement."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -934,10 +944,11 @@
"type": {
"type": "string",
"enum": [
"pytest"
"pytest",
"lisa"
Comment thread
anphel31 marked this conversation as resolved.
],
"title": "Type",
"description": "Type of test framework (pytest)"
"description": "Type of test framework (pytest or lisa)"
},
"pytest": {
"$ref": "#/$defs/PytestConfig",
Expand Down
Loading