File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 73207320 "price_id" : {
73217321 "type" : " string" ,
73227322 "nullable" : true ,
7323+ "pattern" : " ^[a-zA-Z0-9_-]+$" ,
73237324 "description" : " Stripe price ID for billing purposes."
73247325 },
73257326 "status" : {
74797480 },
74807481 "price_id" : {
74817482 "type" : " string" ,
7482- "nullable" : true
7483+ "nullable" : true ,
7484+ "pattern" : " ^[a-zA-Z0-9_-]+$"
74837485 },
74847486 "status" : {
74857487 "$ref" : " #/components/schemas/DeviceStatus"
Original file line number Diff line number Diff line change @@ -5786,6 +5786,7 @@ components:
57865786 price_id :
57875787 type : string
57885788 nullable : true
5789+ pattern : ^[a-zA-Z0-9_-]+$
57895790 description : Stripe price ID for billing purposes.
57905791 status :
57915792 $ref : ' #/components/schemas/DeviceStatus'
@@ -5970,6 +5971,7 @@ components:
59705971 price_id :
59715972 type : string
59725973 nullable : true
5974+ pattern : ^[a-zA-Z0-9_-]+$
59735975 status :
59745976 $ref : ' #/components/schemas/DeviceStatus'
59755977 metadata :
You can’t perform that action at this time.
0 commit comments