@o3r/third-party
Version:
This module provides a bridge to communicate with third parties via an iFrame solution.
23 lines (22 loc) • 519 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ngAddSchematicsSchema",
"title": "Add Otter third-party ",
"description": "ngAdd Otter third-party ",
"properties": {
"projectName": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
}
},
"exactO3rVersion": {
"type": "boolean",
"description": "Use a pinned version for otter packages"
}
},
"additionalProperties": true,
"required": [
]
}