@kanda-libs/ks-schema 1.0.113 → 1.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-schema",
3
- "version": "1.0.113",
3
+ "version": "1.0.115",
4
4
  "description": "Kanda Service OpenAPI Schema",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.yaml CHANGED
@@ -2430,6 +2430,9 @@ components:
2430
2430
  type: object
2431
2431
  $ref: "#/components/schemas/Address"
2432
2432
  title: home address
2433
+ date_of_birth:
2434
+ type: string
2435
+ title: date of birth
2433
2436
 
2434
2437
  UserType:
2435
2438
  type: object
@@ -2466,10 +2469,6 @@ components:
2466
2469
  type: string
2467
2470
  title: mobile
2468
2471
  minLength: 1
2469
- date_of_birth:
2470
- type: string
2471
- title: date of birth
2472
- format: date
2473
2472
 
2474
2473
  AvailableRate:
2475
2474
  type: object