ldexterldesign / BUY-SELL

💵 A schema (made from https://json-schema.org + https://schema.org) to help me record/reference when buying/selling things (and perhaps you too?)
0 stars 0 forks source link

Update URIs from URLs to aliases #23

Closed ldexterldesign closed 1 year ago

ldexterldesign commented 2 years ago

https://github.com/ldexterldesign/BUY-SELL/blob/master/schema.json#L101

Before:

...
"s:additionalType": "https://schema.org/SellAction"
...

After:

...
"s:additionalType": "s:SellAction"
...