Skip to content

Commit

Permalink
Removed dangling references to WorkBasedProgram's old name.
Browse files Browse the repository at this point in the history
We used to call it WebBasedTraining; see schemaorg#2289 for discussion.
  • Loading branch information
danbri committed Aug 1, 2019
1 parent c1a53f9 commit 665bd4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions data/ext/pending/issue-2289-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ JSON:
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Bachelor of Science in Computer Science"
},
programPrerequisites": {
programPrerequisites": {
"@type": "EducationalOccupationalCredential",
"credentialCategory": "High school diploma"
},
"offers": [
{
{
"@type": "Offer",
"category": "Resident Tuition",
"priceSpecification": {
Expand All @@ -102,7 +102,7 @@ JSON:
"priceCurrency": "USD"
}
},
{
{
"@type": "Offer",
"category": "Room and Board",
"priceSpecification": {
Expand All @@ -111,12 +111,12 @@ JSON:
"priceCurrency": "USD"
}
}
]
]
}

</script>

TYPES: #education-program-3 WageBasedTraining
TYPES: #education-program-3 WorkBasedProgram

PRE-MARKUP:

Expand All @@ -136,7 +136,7 @@ JSON:
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WageBasedTraining",
"@type": "WorkBasedProgram",
"name": "IBEW Apprenticeship",
"offeredBy": {
"@type": "WorkersUnion",
Expand Down
2 changes: 1 addition & 1 deletion docs/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Changes in <a href="http://pending.schema.org/">Pending</a> section:</h3>
</li>
<li id="g2289"><a href="https://github.com/schemaorg/schemaorg/issues/2289">Issue #2289</a>
(implemented in <a href="https://github.com/schemaorg/schemaorg/pull/2290">PR #2290</a>):
Added types for educational programs: <a href="/EducationalOccupationalProgram">EducationalOccupationalProgram</a> and <a href="/WageBasedTraining">WageBasedTraining</a> plus supporting properties: <a href="/hasCredential">hasCredential</a> (for <a href="/Organization">Organization</a> and <a href="/Person">Person</a> types), <a href="/occupationalCredentialAwarded">occupationalCredentialAwarded</a>, <a href="/programPrerequisites">programPrerequisites</a>, <a href="/timeToComplete">timeToComplete</a>, <a href="/trainingSalary">trainingSalary</a>, and <a href="/salaryUponCompletion">salaryUponCompletion</a>.'
Added types for educational programs: <a href="/EducationalOccupationalProgram">EducationalOccupationalProgram</a> and <a href="/WorkBasedProgram">WorkBasedProgram</a> plus supporting properties: <a href="/hasCredential">hasCredential</a> (for <a href="/Organization">Organization</a> and <a href="/Person">Person</a> types), <a href="/occupationalCredentialAwarded">occupationalCredentialAwarded</a>, <a href="/programPrerequisites">programPrerequisites</a>, <a href="/timeToComplete">timeToComplete</a>, <a href="/trainingSalary">trainingSalary</a>, and <a href="/salaryUponCompletion">salaryUponCompletion</a>.'
</li>

</ul>
Expand Down

0 comments on commit 665bd4d

Please sign in to comment.