Skip to content

Commit 37cae0a

Browse files
committed
change hrd type to object in spec
1 parent a26caf2 commit 37cae0a

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

pori_python/ipr/content.spec.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -542,21 +542,18 @@
542542
"type": "array"
543543
},
544544
"hrd": {
545-
"items": {
546-
"properties": {
547-
"kbCategory": {
548-
"type": "string"
549-
},
550-
"score": {
551-
"type": "number"
552-
}
545+
"properties": {
546+
"kbCategory": {
547+
"type": "string"
553548
},
554-
"required": [
555-
"score"
556-
],
557-
"type": "object"
549+
"score": {
550+
"type": "number"
551+
}
558552
},
559-
"type": "array"
553+
"required": [
554+
"score"
555+
],
556+
"type": "object"
560557
},
561558
"images": {
562559
"items": {

0 commit comments

Comments
 (0)