context.json package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-07 14:53:01 +00:00
parent 6350eac2c5
commit a6911b3ed6
2 changed files with 35 additions and 2 deletions

View File

@@ -20,8 +20,13 @@
"additionalProperties": true,
"properties": {
"imageUrl": {
"type": "string",
"description": "project's teaser image url shown in admin ui"
"description": "project's teaser image url shown in admin ui",
"oneOf": [
{ "type": "string" },
{
"$ref": "definitions.json#/definitions/evalObject"
}
]
}
}
},