Skip to content

Commit

Permalink
test(json-schema): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 31, 2021
1 parent 69677e1 commit 0c5947a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Object {
"patternProperties": Object {
"^[a-zA-Z0-9]*$": Object {
"_isJSONSchemaObject": true,
"name": "^[a-zA-Z0-9]*$",
"properties": Object {
"made": Object {
"_isJSONSchemaObject": true,
Expand Down Expand Up @@ -108,6 +109,7 @@ Object {
"patternProperties": Object {
"^[a-zA-Z0-9]*$": Object {
"_isJSONSchemaObject": true,
"name": "^[a-zA-Z0-9]*$",
"properties": Object {
"made": Object {
"_isJSONSchemaObject": true,
Expand Down Expand Up @@ -304,6 +306,7 @@ Object {
"patternProperties": Object {
"^[a-zA-Z0-9]*$": Object {
"_isJSONSchemaObject": true,
"name": "^[a-zA-Z0-9]*$",
"properties": Object {
"made": Object {
"_isJSONSchemaObject": true,
Expand Down

0 comments on commit 0c5947a

Please sign in to comment.