forked from Open-Data-Product-Initiative/v3.0
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Open-Data-Product-Initiative/datacontract
Added data contract element
- Loading branch information
Showing
3 changed files
with
130 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
schema: https://opendataproducts.org/dev/schema/odps.yaml | ||
version: 3.0 | ||
product: | ||
|
||
contract: | ||
id: 02323M123 | ||
type: DCS | ||
contractVersion: 0.9.3 | ||
spec: | ||
id: urn:datacontract:checkout:orders-latest | ||
info: | ||
title: Orders Latest | ||
version: 1.0.0 | ||
description: | | ||
Successful customer orders in the webshop. | ||
All orders since 2020-01-01. | ||
Orders with their line items are in their current state (no history included). | ||
owner: Checkout Team | ||
slackChannel: "#checkout" | ||
contact: | ||
name: John Doe (Data Product Owner) | ||
url: https://teams.microsoft.com/l/channel/example/checkout | ||
tags: | ||
- checkout | ||
- orders | ||
.... CUT OFF FOR SAKE OF SPACE.... | ||
|
||
details: | ||
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. | ||
description: This is an example of a Petstore product. | ||
productSeries: Lovely pets data products | ||
visibility: private | ||
status: draft | ||
productVersion: '0.1.0' | ||
versionNotes: New version with additional details such more accurate pet details | ||
issues: The current issues include incorrect information in the dog breeds. The | ||
resolution for these problems is planned for the next update, scheduled | ||
to be released on July 15th, 2023. | ||
categories: | ||
- pets | ||
standards: | ||
- ISO 24631-6 | ||
tags: | ||
- pet | ||
brandSlogan: Passion for the data monetization | ||
type: dataset | ||
contentSample: https://download.com/pets.json | ||
logoURL: https://data-product-business.github.io/open-data-product-spec/images/logo-dps-ebd5a97d.png | ||
OutputFileFormats: | ||
- JSON | ||
- XML | ||
- CSV | ||
- ZIP | ||
useCases: | ||
- useCase: | ||
useCaseTitle: Build attractive and lucrative petstore! | ||
useCaseDescription: Use case description how succesfull petstore chain was | ||
established in Abu Dhabi | ||
useCaseURL: https://marketplace.com/usecase1 | ||
recommendedDataProducts: | ||
- https://marketplace.com/dataproduct.json | ||
- https://marketplace.com/dataproduct-another.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
schema: https://opendataproducts.org/dev/schema/odps.yaml | ||
version: 3.0 | ||
product: | ||
contract: | ||
id: 02323M123 | ||
type: ODCS | ||
contractVersion: 2.2.2 | ||
contractURL: https://demo.datamesh-manager.com/demo834016807886/dataproducts/9bd53b1b-b51e-41a8-a757-4d33b4cde460 | ||
details: | ||
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. | ||
description: This is an example of a Petstore product. | ||
productSeries: Lovely pets data products | ||
visibility: private | ||
status: draft | ||
productVersion: '0.1.0' | ||
versionNotes: New version with additional details such more accurate pet details | ||
issues: The current issues include incorrect information in the dog breeds. The | ||
resolution for these problems is planned for the next update, scheduled | ||
to be released on July 15th, 2023. | ||
categories: | ||
- pets | ||
standards: | ||
- ISO 24631-6 | ||
tags: | ||
- pet | ||
brandSlogan: Passion for the data monetization | ||
type: dataset | ||
contentSample: https://download.com/pets.json | ||
logoURL: https://data-product-business.github.io/open-data-product-spec/images/logo-dps-ebd5a97d.png | ||
OutputFileFormats: | ||
- JSON | ||
- XML | ||
- CSV | ||
- ZIP | ||
useCases: | ||
- useCase: | ||
useCaseTitle: Build attractive and lucrative petstore! | ||
useCaseDescription: Use case description how succesfull petstore chain was | ||
established in Abu Dhabi | ||
useCaseURL: https://marketplace.com/usecase1 | ||
recommendedDataProducts: | ||
- https://marketplace.com/dataproduct.json | ||
- https://marketplace.com/dataproduct-another.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters