Skip to content

Commit

Permalink
Merge pull request #2823 from epam/2765-ket-schema-superatom-attachme…
Browse files Browse the repository at this point in the history
…ntpoints

#2765 Introduce to .ket file specification attachment point information for super atoms
  • Loading branch information
even1024 authored Jul 2, 2023
2 parents 44d58d0 + a928aa9 commit 94a97ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/ketcher-core/src/domain/serializers/ket/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,28 @@
},
"id": {
"type": "number"
},
"attachmentPoints": {
"type": "array",
"items": {
"type": "object",
"required": ["attachmentAtom"],
"properties": {
"attachmentAtom": {
"type": "integer",
"minimum": 0
},
"leavingAtom": {
"type": "integer",
"minimum": 0
},
"attachmentId": {
"type": "string",
"minLength": 1,
"maxLength": 2
}
}
}
}
}
},
Expand Down

0 comments on commit 94a97ae

Please sign in to comment.