Skip to content

Commit

Permalink
Formatting and fix missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
dfong-adh committed Mar 6, 2025
1 parent 343e7d5 commit 76f311c
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 982 deletions.
12 changes: 9 additions & 3 deletions dist/SC-CREATE-REQUEST-BODY_V1-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"mstUpcomingEventDisclosure": {
Expand Down Expand Up @@ -859,7 +861,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down Expand Up @@ -897,7 +901,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down
12 changes: 9 additions & 3 deletions dist/SC-CREATE-RESPONSE-200_V1-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"mstUpcomingEventDisclosure": {
Expand Down Expand Up @@ -859,7 +861,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down Expand Up @@ -897,7 +901,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down
12 changes: 9 additions & 3 deletions dist/SC-SHOW-RESPONSE-200_V1-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"mstUpcomingEventDisclosure": {
Expand Down Expand Up @@ -859,7 +861,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down Expand Up @@ -897,7 +901,9 @@
{
"$ref": "#/definitions/phone"
},
{}
{
"$comment": "the phone fields must not exceed 20 chars, when concatenated"
}
]
},
"email": {
Expand Down
Loading

0 comments on commit 76f311c

Please sign in to comment.