Skip to content

Commit df3c74f

Browse files
committed
Removing note about SidecarGeneratedBy
1 parent 5f29549 commit df3c74f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/modality-agnostic-files/provenance.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,6 @@ and a guide for using macros can be found at
336336
}
337337
) }}
338338

339-
!!! note
340-
Not defining the `SidecarGeneratedBy` field means that the sidecar JSON was generated by the same activity as the data file itself and described in the `GenearatedBy` field.
341-
342-
`SidecarGeneratedBy` MUST explicitly include all activities that modified the sidecar JSON, even if some are already listed in `GeneratedBy`.
343-
344339
!!! example "Example of metadata in a sidecar JSON file"
345340
```JSON
346341
{

src/schema/objects/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,7 @@ Entities:
12981298
- type: string
12991299
format: uri
13001300
- type: array
1301+
minItems: 2
13011302
items:
13021303
type: string
13031304
format: uri
@@ -1588,6 +1589,7 @@ GeneratedById:
15881589
- type: string
15891590
format: uri
15901591
- type: array
1592+
minItems: 2
15911593
items:
15921594
type: string
15931595
format: uri

0 commit comments

Comments
 (0)