removedOutput schema / properties / assay_type / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / assay_type / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / assay_type_description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / assay_type_description / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / confidence_description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / confidence_description / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / confidence_score / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / confidence_score / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / description / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / organism / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / organism / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / target_chembl_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / target_chembl_id / type
Added value: +[
+ "string",
+ "null"
+]