tewhatuora / schemas

Public repository for schema documents (usually referenced by OAS specifications)
Apache License 2.0
0 stars 1 forks source link

Add missing fields #1

Closed ChrisSquats closed 3 months ago

ChrisSquats commented 3 months ago

I can't raise a PR on this repo

Can I please request the following changes

ADD REQUIRED Properties

"purposeOfUse": {
    "type" : "string",
    "enum":["PATRQT","POPHLTH","TREAT","ETREAT","PUBHLTH","SYSDEV"]
}

Replace userRole

"role":{
    "type": "string,
    "enum":["PAT","PROV"]
}