Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenchrist committed Jan 8, 2024
1 parent 84f577b commit a299329
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions datacontract.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@
"definitions": {
"description": "Clear and concise explanations of syntax, semantic, and classification of business objects in a given domain.",
"type": "object",
"minProperties": 1,
"propertyNames": {
"pattern": "^[a-zA-Z0-9_-]+$"
},
Expand Down Expand Up @@ -461,12 +460,12 @@
},
"description": "Custom metadata to provide additional context."
}
}
},
"required": [
"name",
"type"
]
},
"required": [
"name",
"type"
]
}
},
"schema": {
"type": "object",
Expand Down

0 comments on commit a299329

Please sign in to comment.