Skip to content

Commit

Permalink
Update schema domain list with RET1A and RET1B
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatil123 committed Dec 6, 2024
1 parent 0c9fa4e commit c0b83c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webserver/main/request_models/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ class Domain(Enum):
ONDC_RET19 = 'ONDC:RET19'
ONDC_RET20 = 'ONDC:RET20'
ONDC_AGR10 = 'ONDC:AGR10'
ONDC_RET1A = 'ONDC:RET1A'
ONDC_RET1B = 'ONDC:RET1B'


class Duration(BaseModel):
Expand Down

0 comments on commit c0b83c2

Please sign in to comment.