Skip to content

Commit 85c0ea0

Browse files
committed
rfc14: add missing per_resource count to schema.json
1 parent 914ad81 commit 85c0ea0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

data/spec_14/schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,17 @@
128128
"type": "object",
129129
"properties": {
130130
"per_slot": { "type": "integer", "minimum" : 1 },
131-
"total": { "type": "integer", "minimum" : 1 }
131+
"total": { "type": "integer", "minimum" : 1 },
132+
"per_resource": { "type": "object",
133+
"required": ["type", "count"],
134+
"properties": {
135+
"type": {"type": "string"},
136+
"count": {
137+
"type": "integer",
138+
"mininum" : 1
139+
}
140+
}
141+
}
132142
}
133143
},
134144
"distribution": { "type": "string" },

0 commit comments

Comments
 (0)