diff --git a/schemas/question/1.0/schema.json b/schemas/question/1.0/schema.json index ad5234e9c62bf2135308a271a2423a53376be957..326736a679c2367dc45e121d25da3fec58d6f698 100644 --- a/schemas/question/1.0/schema.json +++ b/schemas/question/1.0/schema.json @@ -598,6 +598,10 @@ "downloadUrl": { "type": "string", "format": "url" + }, + "evaluable": { + "type": "boolean", + "default": false } }, "additionalProperties": false diff --git a/schemas/questionset/1.0/schema.json b/schemas/questionset/1.0/schema.json index 96da2520d3eebd95a52643cbfbadeea5aa00c998..1ec2ad10d9945062924330242b411597846d597e 100644 --- a/schemas/questionset/1.0/schema.json +++ b/schemas/questionset/1.0/schema.json @@ -711,6 +711,10 @@ }, "reviewStatus": { "type": "string" + }, + "evaluable": { + "type": "boolean", + "default": false } }, "additionalProperties": false