Skip to content

Commit 57f8bab

Browse files
tsteenbesschuberth
andcommitted
fix(schema): Add source_code_origins to curations schema
The `source_code_origins` property was added in [1]. [1]: bf12184 Signed-off-by: Thomas Steenbergen <[email protected]> Co-authored-by: Sebastian Schuberth <[email protected]>
1 parent afb0fd2 commit 57f8bab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

integrations/schemas/curations-schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@
8080
},
8181
"is_modified": {
8282
"type": "boolean"
83+
},
84+
"source_code_origins": {
85+
"type": "array",
86+
"items": {
87+
"enum": [
88+
"ARTIFACT",
89+
"VCS"
90+
]
91+
}
8392
}
8493
}
8594
}

0 commit comments

Comments
 (0)