UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

18 lines 267 B
{ "id": "animal", "title": "Animal", "description": "Animal", "type": "object", "primaryKey": ["name"], "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "age": { "type": "string" } } }