UNPKG

@tibco-tcstk/component-template

Version:

TIBCO Cloud Composer Component to create Schematics in your TIBCO Cloud Application

16 lines (14 loc) 242 B
{ "$schema": "http://json-schema.org/schema", "$id": "CloudApplicationSchema", "title": "Cloud Application Schema", "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }