Skip to content

Add unitCode and unitText properties to MonetaryAmount #1581

@gmackenz

Description

@gmackenz

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-issue-activityDiscuss 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.type:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions