| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "project": {
- "name": "main",
- "vlVersion": "3.5",
- "fileManifest": [
- {
- "path": "Database/main.vdb",
- "type": "database",
- "id": "main"
- },
- {
- "path": "Theme/Enterprise.vth",
- "type": "theme",
- "id": "Enterprise"
- },
- {
- "path": "Theme/Theme.vth",
- "type": "theme",
- "id": "Enterprise"
- }
- ]
- },
- "database": {
- "name": "main",
- "vlVersion": null,
- "tables": [],
- "relations": []
- },
- "serviceDomains": [],
- "components": [],
- "sections": [],
- "apps": [],
- "theme": {
- "name": "Enterprise",
- "vlVersion": "3.5",
- "designTokens": [],
- "componentVariants": [],
- "bindingRules": [],
- "overrides": []
- },
- "dependencyGraph": {
- "nodes": [
- {
- "id": "Database/main.vdb",
- "type": "database",
- "label": "main",
- "sub": ".vdb"
- },
- {
- "id": "Theme/Enterprise.vth",
- "type": "theme",
- "label": "Enterprise",
- "sub": ".vth"
- }
- ],
- "edges": []
- }
- }
|