update eOperatorClaim schema
This commit is contained in:
parent
eb1abc89b4
commit
14167090b3
|
@ -36,6 +36,14 @@
|
||||||
"description": "Legal name of the operator",
|
"description": "Legal name of the operator",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"role": {
|
||||||
|
"description": "Role, either operator, witness, auditor",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "email"
|
||||||
|
},
|
||||||
"accreditedBy": {
|
"accreditedBy": {
|
||||||
"description": "Legal name of the accrediting entity",
|
"description": "Legal name of the accrediting entity",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -51,16 +59,13 @@
|
||||||
"accreditedFor": {
|
"accreditedFor": {
|
||||||
"description": "Operation type: e.g. manufacture, repair, refurbishment, remanufacture, transport, dismantle, recycle, verification, audit",
|
"description": "Operation type: e.g. manufacture, repair, refurbishment, remanufacture, transport, dismantle, recycle, verification, audit",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
|
||||||
"role": {
|
|
||||||
"description": "Role, either operator, witness, auditor",
|
|
||||||
"type": "string"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"id",
|
"id",
|
||||||
"legalName",
|
"legalName",
|
||||||
"role"
|
"role",
|
||||||
|
"email"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue