| 1234567891011121314151617 |
- type: object
- properties:
- id:
- type: string
- format: uuid
- description: Unique ID of the home (v7)
- example: 019e12d7-a9a0-7817-bcb8-564bf2aced87
- name:
- type: string
- description: User created name of the home
- example: summer_home
- created_at:
- type: string
- format: date
- description: Date the home was created
- example: 2026-05-10T17:05:04.464Z
|