Skip to content

Commit

Permalink
docs: スキーマを更新した
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Apr 2, 2024
1 parent 7415b5a commit f857f45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/form-answer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,13 @@ schemas:
project_id:
type: string
format: uuid
project_title:
type: string
form_id:
type: string
format: uuid
form_title:
type: string
created_at:
type: string
format: date-time
Expand All @@ -179,7 +183,9 @@ schemas:
required:
- id
- project_id
- project_title
- form_id
- form_title
- created_at
- updated_at
- items
Expand Down
3 changes: 3 additions & 0 deletions schema/invitation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ schemas:
project_id:
type: string
format: uuid
project_title:
type: string
position:
type: string
enum:
Expand All @@ -148,6 +150,7 @@ schemas:
required:
- id
- project_id
- project_title
- position
- created_at
- updated_at
Expand Down

0 comments on commit f857f45

Please sign in to comment.