Skip to content

Commit

Permalink
try to add one more bit - approval date
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <brent.zundel@gmail.com>
  • Loading branch information
brentzundel committed Sep 13, 2024
1 parent 1a81b1d commit be22810
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,21 @@ properties:
$linkedData:
term: intendedUse
'@id': https://vocabulary.uncefact.org/intendedUse
approvalDate:
title: Signature Date
description: Date when the application was approved.
type: string
$linkedData:
term: approvalDate
'@id': https://vocabulary.uncefact.org/issueDateTime
additionalProperties: false
required:
- applicationNumber
- permitNumber
- applicant
- permittee
- intendedUse
- approvalDate
additionalProperties: false
required:
- '@context'
Expand Down Expand Up @@ -339,6 +347,7 @@ example: |-
"leiCode": "54321351219389121979"
}
},
"intendedUse": "fruits and vegetables"
"intendedUse": "fruits and vegetables",
"approvalDate": "2021-02-16"
}
}

0 comments on commit be22810

Please sign in to comment.