UNPKG

sp-formgen-react

Version:

Formula generator for SharePoint with JSON for react. UI Fabric controls are used for rendering

23 lines 397 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://did-c.com/schemas/translation-schema.json", "type": "object", "properties": { "de": { "type": "string" }, "fr": { "type": "string" }, "en": { "type": "string" }, "it": { "type": "string" }, "es": { "type": "string" } }, "additionalProperties": false }