Skip to content

Commit

Permalink
fix schema for srsgw.eppRequiredContactElements
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Oct 2, 2024
1 parent cf2157a commit 29622ad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2024-10-01:
2024-10-02:
- Miscellaneous minor fixes.
- |
Fixed the schema for the
`srsgw.eppRequiredContactElements`](#Input-Parameter-srsgw.eppRequiredContactElements)
input parameter.
2024-09-25:
- |
Expand Down
2 changes: 1 addition & 1 deletion inc/epp/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ epp.supportedContactElements:
Elements that are listed in this parameter **MAY** also be listed in the
`epp.requiredContactElements` parameter.
Type: input
Required: false
Required: true
Example:
- org
- street
Expand Down
19 changes: 15 additions & 4 deletions inc/srsgw/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,26 @@ srsgw.eppRequiredContactElements:
EPP Server.
Type: input
Required: true
Example: ["admin"]
Example:
- org
- street
- sp
- pc
- voice
- voice:ext
Schema:
type: array
items:
type: string
enum:
- admin
- tech
- billing
- org
- street
- sp
- pc
- voice
- voice:ext
- fax
- fax:ext

srsgw.eppRequiredContactTypes:
Description: |
Expand Down

0 comments on commit 29622ad

Please sign in to comment.