Badgr (Independent Publisher) v1.1 (#1933)
* Add files via upload * Update apiDefinition.swagger.json
This commit is contained in:
Родитель
d17bb5cf56
Коммит
c785febfb4
|
@ -2,7 +2,7 @@
|
|||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Badgr",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "Organizations around the world use Badgr to create branded learning ecosystems that support their communities with skills-based digital credentials, stackable learning pathways, and portable learner records.",
|
||||
"contact": {
|
||||
"name": "Troy Taylor",
|
||||
|
@ -113,8 +113,82 @@
|
|||
"title": "Entity ID"
|
||||
},
|
||||
"userProfile": {
|
||||
"type": "string",
|
||||
"description": "The profile of the user.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"entityType": {
|
||||
"type": "string",
|
||||
"description": "The entity type.",
|
||||
"title": "Entity Type"
|
||||
},
|
||||
"entityId": {
|
||||
"type": "string",
|
||||
"description": "The entity identifier.",
|
||||
"title": "Entity ID"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"description": "The first name.",
|
||||
"title": "First Name"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string",
|
||||
"description": "The last name.",
|
||||
"title": "Last Name"
|
||||
},
|
||||
"emails": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string",
|
||||
"description": "The email address.",
|
||||
"title": "Email"
|
||||
},
|
||||
"verified": {
|
||||
"type": "boolean",
|
||||
"description": "Whether verified.",
|
||||
"title": "Verified"
|
||||
},
|
||||
"primary": {
|
||||
"type": "boolean",
|
||||
"description": "Whether primary.",
|
||||
"title": "Primary"
|
||||
},
|
||||
"caseVariants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "The case variants.",
|
||||
"title": "Case Variants"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Emails"
|
||||
},
|
||||
"url": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "The URL addresses.",
|
||||
"title": "URLs"
|
||||
},
|
||||
"telephone": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "The telephone numbers.",
|
||||
"title": "Telephone Numbers"
|
||||
},
|
||||
"badgrDomain": {
|
||||
"type": "string",
|
||||
"description": "The Badgr domain.",
|
||||
"title": "Badgr Domain"
|
||||
}
|
||||
},
|
||||
"title": "User Profile"
|
||||
},
|
||||
"user": {
|
||||
|
@ -8453,4 +8527,4 @@
|
|||
"propertyValue": "Human Resources"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче