Skip to content

Commit

Permalink
Fix references to links.distribution.availableFormats #171 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
josusky authored Jan 31, 2024
1 parent 3457962 commit c6cf936
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions standard/recommendations/core/REC_distribution.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
^|*Recommendation {counter:rec-id}* |*/rec/core/distribution*
^|A |A WCMP record SHOULD describe additional distribution information with the `+links.distribution+` property to qualify a given service link. This information SHOULD be used to build the discovery information and allow the user to find and choose the appropriate service for accessing the data.
^|B |The `+links.distribution.availableFormats+` property SHOULD describe the different formats that can be retrieved using the service link.
^|C |The `+properties.distribution.availableFormats.name+` property SHOULD describe the available format short name.
^|D |The `+properties.distribution.availableFormats.description+` SHOULD describe the associated format.
^|E |The `+properties.distribution.availableFormats.typicalFilename+` SHOULD describe the filenames that are available from the service link.
^|F |The `+properties.distribution.availableFormats.typicalFilesize+` SHOULD describe the typical filesize available from the service link.
^|G |The `+properties.distribution.availableFormats.numberOfFiles+` SHOULD describe the typical number of files received during a given period (day, month, ...) when using the service link. It SHOULD follow the pattern X per day, X per month.
^|H |The `+properties.distribution.availableFormats.documentation+` SHOULD be a `+link+` for accessing the documentation associated with the format.
^|I |The `+properties.distribution.availableFormats.samples+` SHOULD be an array of direct links to representative samples of the data.
^|C |The `+links.distribution.availableFormats.name+` property SHOULD describe the available format short name.
^|D |The `+links.distribution.availableFormats.description+` SHOULD describe the associated format.
^|E |The `+links.distribution.availableFormats.typicalFilename+` SHOULD describe the filenames that are available from the service link.
^|F |The `+links.distribution.availableFormats.typicalFilesize+` SHOULD describe the typical filesize available from the service link.
^|G |The `+links.distribution.availableFormats.numberOfFiles+` SHOULD describe the typical number of files received during a given period (day, month, ...) when using the service link. It SHOULD follow the pattern X per day, X per month.
^|H |The `+links.distribution.availableFormats.documentation+` SHOULD be a `+link+` for accessing the documentation associated with the format.
^|I |The `+links.distribution.availableFormats.samples+` SHOULD be an array of direct links to representative samples of the data.
|===

0 comments on commit c6cf936

Please sign in to comment.