addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / capability / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / capability / default
Removed value: -null
addedInput schema / properties / capability / maxLength
Added value: +256
removedInput schema / properties / capability / title
Removed value: -"Capability"
addedInput schema / properties / capability / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / claimer_card_fingerprint / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / claimer_card_fingerprint / default
Removed value: -null
addedInput schema / properties / claimer_card_fingerprint / maxLength
Added value: +256
removedInput schema / properties / claimer_card_fingerprint / title
Removed value: -"Claimer Card Fingerprint"
addedInput schema / properties / claimer_card_fingerprint / type
Added value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / claimer_id / maxLength
Added value: +256
addedInput schema / properties / claimer_id / minLength
Added value: +1
addedInput schema / properties / claimer_id / pattern
Added value: +"^[A-Za-z0-9_.:-]+$"
removedInput schema / properties / claimer_id / title
Removed value: -"Claimer Id"
removedInput schema / properties / completed_ids / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / completed_ids / default
Removed value: -null
addedInput schema / properties / completed_ids / items
Added value: +{
+ "maxLength": 256,
+ "minLength": 1,
+ "pattern": "^[A-Za-z0-9_.:-]+$",
+ "type": "string"
+}
addedInput schema / properties / completed_ids / maxItems
Added value: +4096
removedInput schema / properties / completed_ids / title
Removed value: -"Completed Ids"
addedInput schema / properties / completed_ids / type
Added value: +"array"
removedInput schema / properties / max_attempts / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / max_attempts / default
Removed value: -null
addedInput schema / properties / max_attempts / maximum
Added value: +100000
addedInput schema / properties / max_attempts / minimum
Added value: +0
removedInput schema / properties / max_attempts / title
Removed value: -"Max Attempts"
addedInput schema / properties / max_attempts / type
Added value: +[
+ "integer",
+ "null"
+]
removedInput schema / properties / project / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / project / default
Removed value: -null
addedInput schema / properties / project / maxLength
Added value: +256
removedInput schema / properties / project / title
Removed value: -"Project"
addedInput schema / properties / project / type
Added value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / role / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / role / default
Removed value: -null
addedInput schema / properties / role / maxLength
Added value: +64
removedInput schema / properties / role / title
Removed value: -"Role"
addedInput schema / properties / role / type
Added value: +[
+ "string",
+ "null"
+]
changedInput schema / title
Previous value: -"bernstein_claimArguments"New value: +"bernstein_claim"