Skip to content

Commit

Permalink
Merge pull request #162 from clenk/sdo-ext
Browse files Browse the repository at this point in the history
Allow -ext extensions in SDOs
  • Loading branch information
rpiazza authored Mar 14, 2024
2 parents 61915bd + c1c9cc4 commit 64befae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schemas/common/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"type": "object",
"minProperties": 1,
"patternProperties": {
"^([a-z][a-z0-9]*)+(-[a-z0-9]+)*\\-ext$": {
"type": "object",
"minProperties": 1,
"allOf": [{ "$ref": "../common/properties.json" }]
},
"^extension-definition--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$": {
"allOf": [{ "$ref": "../common/extension.json" }]
}
Expand Down Expand Up @@ -148,4 +153,4 @@
"created",
"modified"
]
}
}

0 comments on commit 64befae

Please sign in to comment.