Skip to content

Commit

Permalink
deploy: 03a0c73
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan committed Nov 7, 2023
1 parent 547076c commit 79cf106
Show file tree
Hide file tree
Showing 16 changed files with 103 additions and 97 deletions.
2 changes: 1 addition & 1 deletion contexts/traceability-v1.jsonld

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/components/schemas/common/AgricultureActivity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ properties:
type: string
$linkedData:
term: activityType
'@id': https://schema.org/value
'@id': https://schema.org/description
agricultureProduct:
title: Product List
description: Agricultural Product the Activity was performed on if known
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ properties:
type: boolean
$linkedData:
term: inspectorCounted
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/applicableSpecifiedAction
additionalProperties: false
required:
- type
Expand Down
4 changes: 2 additions & 2 deletions openapi/components/schemas/common/EDDShape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ properties:
type: string
$linkedData:
term: occurrenceStatus
'@id': https://schema.org/value
'@id': http://rs.tdwg.org/dwc/iri/measurementValue
status:
title: Status
description: Status of the population at time of recording.
Expand Down Expand Up @@ -234,7 +234,7 @@ properties:
type: number
$linkedData:
term: dateUncertaintyDays
'@id': https://schema.org/value
'@id': http://rs.tdwg.org/dwc/terms/measurementAccuracy
visitType:
title: Visit Type
description: Purpose of visit to area for collected data.
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/common/EDDShapeMeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ properties:
$ref: ./QuantitativeValue.yml
$linkedData:
term: treatmentArea
'@id': https://schema.org/value
'@id': http://rs.tdwg.org/dwc/iri/measurementValue
plantsTreated:
title: Plants Treated
description: Number of plants treated to control invasive population.
Expand Down
4 changes: 2 additions & 2 deletions openapi/components/schemas/common/FSMAProduct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ properties:
type: number
$linkedData:
term: quantity
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/applicableQuantity
unit:
title: Unit
description: The unit of measure used to describe this product.
type: string
$linkedData:
term: unit
'@id': https://schema.org/unitText
'@id': https://vocabulary.uncefact.org/applicableQuantityUnitTypeCode
additionalData:
title: Additional Data
description: Additional Key Data Elements (KDEs).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ properties:
type: number
$linkedData:
term: sampleSizeValue
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/applicableQuantity
sampleSizeUnits:
title: Sample Size Units
description: Units used, e.g. "items", "lbs", "kg".
type: string
$linkedData:
term: sampleSizeUnits
'@id': https://schema.org/unitText
'@id': https://vocabulary.uncefact.org/applicableQuantityUnitTypeCode
sampleProperties:
title: Sample Properties
description: Properties of the current sample, indicating information such as "25 green/breakers", "4 percent decay or soft", "0 percent off-size".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ properties:
type: string
$linkedData:
term: propertyName
'@id': https://schema.org/name
'@id': https://vocabulary.uncefact.org/parameterValue
propertyValue:
title: Property Value
description: Value of the sample property observed (e.g. "0", "SIL CT", "Yes").
type: string
$linkedData:
term: propertyValue
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/measuredValue
additionalProperties: false
required:
- type
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/common/NAISMADateTime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ properties:
type: number
$linkedData:
term: dateAccuracyDays
'@id': https://schema.org/value
'@id': http://rs.tdwg.org/dwc/iri/measurementMethod
additionalProperties: false
required:
- type
Expand Down
2 changes: 1 addition & 1 deletion openapi/components/schemas/common/Phytosanitary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ properties:
type: string
$linkedData:
term: inspectionType
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/inspectionStandard
notes:
title: Inspection Notes
description: >-
Expand Down
4 changes: 2 additions & 2 deletions openapi/components/schemas/common/TemperatureReading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
type: string
$linkedData:
term: bulbNumber
'@id': https://schema.org/identifier
'@id': https://vocabulary.uncefact.org/identification
tests:
title: Tests
description: A list of temperature readings at 0 C (32 F).
Expand All @@ -31,7 +31,7 @@ properties:
type: number
$linkedData:
term: tests
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/actualMeasure
additionalProperties: false
required:
- type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ properties:
type: string
$linkedData:
term: flagCode
'@id': https://schema.org/value
'@id': https://vocabulary.uncefact.org/identification
shipsOfficer:
title: Ship's Officer
description: The ship's officer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ properties:
type: boolean
$linkedData:
term: countByInspector
'@id': https://schema.org/values
'@id': https://vocabulary.uncefact.org/applicableSpecifiedAction
additionalRemarks:
title: Additional Remarks
description: Any additional remarks regarding the application.
Expand Down
Loading

0 comments on commit 79cf106

Please sign in to comment.