Skip to content

Commit ac610a5

Browse files
committed
added revision is ok in metadata
1 parent a161871 commit ac610a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/validation/rules/datasheet-metadata-schema.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@
2929
"type": "string"
3030
}
3131
},
32+
"revision": {
33+
"type": "string"
34+
}
35+
},
3236
"required": [
3337
"title",
3438
"identifier",
35-
"type",
36-
"revision"
39+
"type"
3740
],
3841
"additionalProperties" : false
3942
}

0 commit comments

Comments
 (0)