Skip to content

Commit

Permalink
Made update to datetime description in specification (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzhry2nhs authored Nov 16, 2023
1 parent ba8ff6b commit f7234ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ authors = [
readme = 'README.md'
license = "MIT"
repository = "https://github.com/NHSDigital/multicast-notification-service"
homepage = ""
keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
homepage = "https://github.com/NHSDigital/multicast-notification-service"
keywords = ["healthcare", "uk", "nhs", "events"]


[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion specification/multicast-notification-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ paths:
time:
type: "string"
format: "date-time"
description: "The time at which the signal is published. ISO-8601 compliant datetime. UTC. Milliseconds precision."
description: "The time at which the signal is published. This must be a compliant RFC3339 datetime in line with the FHIR standard for [system instants](https://hl7.org/fhir/R4/datatypes.html#instant). This means it can have seconds or milliseconds precision."
data:
type: object
description: "This field is optional, dependent on the agreements between the publishing system and the MNS team. While the data schema might vary based on the system and use-case, it is preferred to include a pointer for subscribers to access the full record when necessary for their workflow."
Expand Down

0 comments on commit f7234ca

Please sign in to comment.