-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).status:work expectedWe are likely to, or would like to, or probably should try, ... to do something in this area.We are likely to, or would like to, or probably should try, ... to do something in this area.type:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc
Description
To be able to express something like $10.00/hour for a baseSalary through MonetaryAmount
Add unitCode and unitText (if can't provide a unitCode value/URL)
Examples:
"The base salary amount is $10.00/hr"
"amount": {
"@type": "MonetaryAmount",
"currency": "USD",
"value": "10",
"unitCode": "HUR"
}
or
"€2000 every other Friday"
"amount": {
"@type": "MonetaryAmount",
"currency": "EUR",
"value": "2000",
"unitText": "Every other Friday"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).status:work expectedWe are likely to, or would like to, or probably should try, ... to do something in this area.We are likely to, or would like to, or probably should try, ... to do something in this area.type:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc