Skip to content

Commit eca4cda

Browse files
committed
update schemas
1 parent 4f1be4f commit eca4cda

22 files changed

Lines changed: 6202 additions & 6073 deletions

tests/__snapshots__/ClassAdvertising.active_inout.schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@
1717
],
1818
"properties": {
1919
"msg": {
20-
"type": "string"
20+
"type": "string",
21+
"j2sEnumRejected": true
2122
},
2223
"title": {
23-
"type": "string"
24+
"type": "string",
25+
"j2sEnumRejected": true
2426
},
2527
"type": {
26-
"type": "string"
28+
"type": "string",
29+
"j2sEnumRejected": true
2730
}
2831
}
2932
}

0 commit comments

Comments
 (0)