Unverified Commit 0d34e871 authored by mingshewhe's avatar mingshewhe Committed by GitHub
Browse files

Merge pull request #7995 from yongyiduan/issue_7872_schema

feat: matrix支持js对象的值访问 #7872
No related merge requests found
Pipeline #43711 failed with stages
in 4 minutes and 49 seconds
Showing with 19 additions and 40 deletions
+19 -40
......@@ -1323,16 +1323,7 @@
"type" : "object",
"additionalProperties" : {
"anyOf" : [ {
"type" : "array",
"items" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "number"
}, {
"type" : "boolean"
} ]
}
"type" : "array"
}, {
"type" : "string"
} ]
......@@ -1446,6 +1437,9 @@
},
"if-modify" : {
"$ref" : "#/definitions/ifModify"
},
"shell" : {
"type" : "string"
}
},
"allOf" : [ {
......
......@@ -795,16 +795,7 @@
"type" : "object",
"additionalProperties" : {
"anyOf" : [ {
"type" : "array",
"items" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "number"
}, {
"type" : "boolean"
} ]
}
"type" : "array"
}, {
"type" : "string"
} ]
......@@ -918,6 +909,9 @@
},
"if-modify" : {
"$ref" : "#/definitions/ifModify"
},
"shell" : {
"type" : "string"
}
},
"allOf" : [ {
......
......@@ -250,16 +250,7 @@
"type" : "object",
"additionalProperties" : {
"anyOf" : [ {
"type" : "array",
"items" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "number"
}, {
"type" : "boolean"
} ]
}
"type" : "array"
}, {
"type" : "string"
} ]
......@@ -373,6 +364,9 @@
},
"if-modify" : {
"$ref" : "#/definitions/ifModify"
},
"shell" : {
"type" : "string"
}
},
"allOf" : [ {
......
......@@ -436,16 +436,7 @@
"type" : "object",
"additionalProperties" : {
"anyOf" : [ {
"type" : "array",
"items" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "number"
}, {
"type" : "boolean"
} ]
}
"type" : "array"
}, {
"type" : "string"
} ]
......@@ -559,6 +550,9 @@
},
"if-modify" : {
"$ref" : "#/definitions/ifModify"
},
"shell" : {
"type" : "string"
}
},
"allOf" : [ {
......
......@@ -172,6 +172,9 @@
},
"if-modify" : {
"$ref" : "#/definitions/ifModify"
},
"shell" : {
"type" : "string"
}
},
"allOf" : [ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment