Skip to content

Commit

Permalink
Merge pull request #17 from pepabo/modify-card
Browse files Browse the repository at this point in the history
Make access ID to be nullable
  • Loading branch information
naoyafurudono authored May 28, 2024
2 parents 15980b5 + a08da41 commit a166d50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/openapi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,6 @@ components:
pattern: '^(\d{4})/(\d{2})/(\d{2}) (\d{2}):(\d{2}):(\d{2}).(\d{3})$'
card:
type: object
required:
- access_id
properties:
card_no:
type: string
Expand Down Expand Up @@ -1768,6 +1766,7 @@ components:
nullable: true
access_id:
type: string
nullable: true
acs:
type: string
nullable: true
Expand Down

0 comments on commit a166d50

Please sign in to comment.