We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeadc3 commit 6e434b5Copy full SHA for 6e434b5
schemas-core/src/main/resources/avro/psi/parsedRecordWithId.avsc
@@ -2,8 +2,15 @@
2
"type": "record",
3
"namespace": "org.cedar.schemas.avro.psi",
4
"name": "ParsedRecordWithId",
5
+ "doc": "A wrapper to tie a ParsedRecord together with its ID",
6
"fields": [
- {"name": "id", "type": "string"},
7
- {"name": "record", "type": "ParsedRecord" },
+ {
8
+ "name": "id",
9
+ "type": "string"
10
+ },
11
12
+ "name": "record",
13
+ "type": "ParsedRecord"
14
+ }
15
]
16
}
0 commit comments