Skip to content

Commit

Permalink
updated model.yaml - support subproperties
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed May 21, 2024
1 parent 72f46cd commit 1683f93
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions DataQualityAssessment/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,20 @@ DataQualityAssessment:
description: Includes information about duplicated data
properties:
foundMatches:
description: 'Property: If this is a duplicate, determine measurements it does match with'
description: 'If this is a duplicate, determine measurements it does match with'
items:
description: Every match found in the data
type: string
x-ngsi:
type: Property
type: array
x-ngsi:
type: Property
isDuplicate:
description: 'Property: Determine whether the measurement is duplicated or not'
description: Determine whether the measurement is duplicated or not
type: boolean
x-ngsi:
type: Property
type: object
x-ngsi:
type: Property
Expand Down Expand Up @@ -430,8 +437,8 @@ DataQualityAssessment:
- type
type: object
x-derived-from: ""
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2023 Contributors to Smart Data Models Program'
x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2024 Contributors to Smart Data Models Program'
x-license-url: https://github.com/smart-data-models/dataModel.DataQuality/blob/master/DataQualityAssessment/LICENSE.md
x-model-schema: https://smart-data-models.github.io/dataModel.DataQuality/DataQualityAssessment/schema.json
x-model-tags: ""
x-version: 0.0.3
x-version: 0.0.4

0 comments on commit 1683f93

Please sign in to comment.