Skip to content

Commit

Permalink
Add header definition
Browse files Browse the repository at this point in the history
  • Loading branch information
neiloxx committed Feb 22, 2022
1 parent 9f5df35 commit 354672a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/ketcher-core/src/domain/serializers/ket/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,21 @@
},
"^mol\\d+": {
"$ref": "#/definitions/molecule"
},
"^header$": {
"$ref": "#/definitions/header"
}
},
"additionalProperties": false,
"definitions": {
"header": {
"type": "object",
"properties": {
"moleculeName": {
"type": "string"
}
}
},
"rsite": {
"type": "object",
"required": ["type", "location"],
Expand Down

0 comments on commit 354672a

Please sign in to comment.