Fix schema.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-03-14 16:21:31 -04:00
committed by Fredrik Adelöw
parent 759ba30501
commit 3be54cd5e5
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ components:
items:
type: array
items:
allOf:
anyOf:
- $ref: '#/components/schemas/Entity'
- type: 'null'
description: |-
+1 -2
View File
@@ -524,8 +524,7 @@ export default {
'A text to show to the user to inform about the choices made. Like, it could say\n"Found a CODEOWNERS file that covers this target, so we suggest leaving this\nfield empty; which would currently make it owned by X" where X is taken from the\ncodeowners file.',
},
value: {
type: 'string',
nullable: true,
type: ['string', 'null'],
},
state: {
type: 'string',