Skip to content

Commit

Permalink
Added dcx:type property to the meta schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Daga committed Nov 6, 2018
1 parent 7bba13b commit 8a3ce68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
"title": {
"type": "string",
"minLength": 3
},
"dcx:type": {
"type": "string",
"pattern": "^(\\w+|\\*)\/([-.\\w.]+|\\*)\\+dcx$",
"description": "The DCX format or group of formats this schema can be applied to in validation workflows."
}
},
"allOf": [
Expand Down

0 comments on commit 8a3ce68

Please sign in to comment.