|
| 1 | +version: 1 |
| 2 | +source: DataHub |
| 3 | +owners: |
| 4 | + users: |
| 5 | + - mjames |
| 6 | +url: "https://github.com/datahub-project/datahub/" |
| 7 | +nodes: |
| 8 | + - name: Customer |
| 9 | + description: "A person or entity who purchases products or services from the e-commerce platform." |
| 10 | + terms: |
| 11 | + - name: User |
| 12 | + description: "An individual who interacts with the e-commerce website or application, including both customers and visitors." |
| 13 | + inherits: |
| 14 | + - Classification.Confidential |
| 15 | + custom_properties: |
| 16 | + - is_confidential: true |
| 17 | + - name: Account |
| 18 | + description: "A registered user's profile on the e-commerce platform, which includes personal information, order history, and preferences." |
| 19 | + domain: Customer Success |
| 20 | + inherits: |
| 21 | + - Classification.Confidential |
| 22 | + custom_properties: |
| 23 | + - is_confidential: true |
| 24 | + - name: Product |
| 25 | + description: "Items or services available for sale on the e-commerce platform." |
| 26 | + owners: |
| 27 | + users: |
| 28 | + - mjames |
| 29 | + terms: |
| 30 | + - name: SKU |
| 31 | + description: "A unique identifier assigned to each product to track inventory and sales." |
| 32 | + owners: |
| 33 | + groups: |
| 34 | + - categoryManagement |
| 35 | + - name: Inventory |
| 36 | + description: "The quantity of products available for sale." |
| 37 | + - name: Product Description |
| 38 | + description: "Information about a product, including specifications, features, and usage instructions." |
| 39 | + - name: Order |
| 40 | + description: "A request made by a customer to purchase one or more products." |
| 41 | + owners: |
| 42 | + users: |
| 43 | + - njones |
| 44 | + groups: |
| 45 | + - logistics |
| 46 | + terms: |
| 47 | + - name: Cart |
| 48 | + description: "A virtual container where customers can add products before proceeding to checkout." |
| 49 | + contains: |
| 50 | + - Shipping.ZipCode |
| 51 | + - Shipping.CountryCode |
| 52 | + - Shipping.StreetAddress |
| 53 | + domain: "urn:li:domain:Logistics" |
| 54 | + - name: Checkout |
| 55 | + description: "The process of finalizing and paying for an order." |
| 56 | + - name: Payment |
| 57 | + description: "The transfer of funds from the customer to the e-commerce company for a purchase." |
| 58 | + inherits: |
| 59 | + - Classification.HighlyConfidential |
| 60 | + - name: Shipping |
| 61 | + description: "The process of delivering purchased products to customers." |
| 62 | + knowledge_links: |
| 63 | + - label: Wiki link for shipping |
| 64 | + url: "https://en.wikipedia.org/wiki/Freight_transport" |
| 65 | + terms: |
| 66 | + - name: ZipCode |
| 67 | + description: "Zip code for order" |
| 68 | + domain: "urn:li:domain:Logistics" |
| 69 | + - name: CountryCode |
| 70 | + description: "Country code for order" |
| 71 | + domain: "urn:li:domain:Logistics" |
| 72 | + - name: StreetAddress |
| 73 | + description: "Street address for order" |
| 74 | + domain: "urn:li:domain:Logistics" |
| 75 | + custom_properties: |
| 76 | + - is_used_for_compliance_tracking: true |
| 77 | + knowledge_links: |
| 78 | + - url: "https://en.wikipedia.org/wiki/Address" |
| 79 | + label: Wiki link |
| 80 | + - name: Privacy Regulations |
| 81 | + description: "Standards and best practices for security." |
| 82 | + owners: |
| 83 | + groups: |
| 84 | + - compliance |
| 85 | + terms: |
| 86 | + - name: GDPR |
| 87 | + description: "European Union regulations that govern the collection, use, and protection of personal data." |
| 88 | + term_source: "EXTERNAL" |
| 89 | + source_ref: FIBO |
| 90 | + source_url: "https://gdpr-info.eu/" |
| 91 | + - name: CCPA |
| 92 | + description: "California Consumer Privacy Act" |
| 93 | + term_source: "EXTERNAL" |
| 94 | + source_ref: FIBO |
| 95 | + source_url: "https://oag.ca.gov/privacy/ccpa" |
| 96 | + - name: Privacy Policy |
| 97 | + description: "A statement outlining how the e-commerce company collects, uses, and protects customer information." |
| 98 | + term_source: "EXTERNAL" |
| 99 | + source_ref: FIBO |
| 100 | + source_url: "https://en.wikipedia.org/wiki/Privacy_policy" |
| 101 | + - name: Classification |
| 102 | + description: "A set of terms related to Data Classification" |
| 103 | + terms: |
| 104 | + - name: Confidential |
| 105 | + description: "Confidential Data" |
| 106 | + - name: HighlyConfidential |
| 107 | + description: "Highly Confidential Data" |
| 108 | + - name: Sensitive |
| 109 | + description: "Sensitive Data" |
0 commit comments