deciduous icon indicating copy to clipboard operation
deciduous copied to clipboard

Publish a schema definition

Open JonZeolla opened this issue 2 years ago • 1 comments

I'd like to be able to programmatically generate threat models in a deciduous.app compatible format.

JonZeolla avatar Nov 20 '23 22:11 JonZeolla

A basic schema is now published as part of the types in https://github.com/rpetrich/deciduous/blob/master/layout.ts. TypeScript cannot 100% represent the precise type shapes, so consider SingleNamedProperty to describe a single arbitrarily-named property representing the ID of some node.

rpetrich avatar Jan 08 '24 18:01 rpetrich