Skip to content

Commit 9eeadc3

Browse files
committed
add a new schema for a parsed record with id
1 parent 5cbebb6 commit 9eeadc3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "record",
3+
"namespace": "org.cedar.schemas.avro.psi",
4+
"name": "ParsedRecordWithId",
5+
"fields": [
6+
{"name": "id", "type": "string"},
7+
{"name": "record", "type": "ParsedRecord" },
8+
]
9+
}

0 commit comments

Comments
 (0)