mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
schemas: Add support install.*.pattern.{regex,error}
This commit is contained in:
parent
19f3eb02cf
commit
bd6a08d9cb
1 changed files with 14 additions and 0 deletions
|
@ -199,6 +199,20 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"pattern": {
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"regexp": {
|
||||
"type": "string",
|
||||
"format": "regex"
|
||||
},
|
||||
"error": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue