Skip to content

Commit

Permalink
Update _helloworld.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niilahti authored Nov 23, 2023
1 parent 724415c commit 271963a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/includes/_helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ You'll find a complete machine-readbale example of a data product from the right
```javascript
{
"$schema": "https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-dev/ddbc069196a664d0e28a0f3dc7c1c7fb49b64591/source/schema/odps-dev-json-schema.json",
"$version": "dev",
"product": {
"en": {
"$schema":"https://raw.githubusercontent.com/Open-Data-Product-Initiative/open-data-product-spec-dev/ddbc069196a664d0e28a0f3dc7c1c7fb49b64591/source/schema/odps-dev-json-schema.json",
"$version":"dev",
"product":{
"en":{
"name":"Pets of the year",
"productID":"123456are",
"valueProposition":"Design a customised petstore using a data product that describes pets with their habits, preferences and characteristics.",
Expand Down Expand Up @@ -50,7 +50,7 @@ You'll find a complete machine-readbale example of a data product from the right
"https://marketplace.com/dataproduct.json, https://marketplace.com/dataproduct-another.json"
],
"pricingPlans":{
"en": [
"en":[
{
"name":"Premium subscription 1 year",
"priceCurrency":"EUR",
Expand Down Expand Up @@ -101,7 +101,7 @@ You'll find a complete machine-readbale example of a data product from the right
"checksum":"7b7444ab8f5832e9ae8f54834782af995d0a83b4a1d77a75833eda7e19b4c921"
}
},
"dataAccess": {
"dataAccess":{
"type":"API",
"authenticationMethod":"OAuth",
"specification":"OAS",
Expand Down

0 comments on commit 271963a

Please sign in to comment.