Skip to content

Commit

Permalink
#2456 update KET json schema to support explicit implicit hydrogens
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Apr 6, 2023
1 parent cbc300d commit 6637baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ketcher-core/src/domain/serializers/ket/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
"type": "integer",
"enum": [-1, 0, 1, 2, 3, 4, 5]
},
"implicitHCount": {
"type": "integer",
"enum": [0, 1, 2, 3, 4, 5]
},
"mapping": {
"type": "integer",
"minimum": 0
Expand Down

0 comments on commit 6637baa

Please sign in to comment.