sp-formgen-react
Version:
Formula generator for SharePoint with JSON for react. UI Fabric controls are used for rendering
23 lines • 462 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://did-c.com/schemas/objecttranslation-schema.json",
"type": "object",
"properties": {
"properties": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"object_trans": {
"$ref": "translation-schema.json"
}
}
}
}
},
"additionalProperties": false
}