Sha256: 0857cef0f667f543bd7d57c7902dd8b76cf1b577126747bf86a06a529c96518f

Contents?: true

Size: 1.25 KB

Versions: 6

Compression:

Stored size: 1.25 KB

Contents

{
    "type": "object",
    "properties": {
        "files": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "fileName": {
                        "type": "string"
                    },
                    "generate": {
                        "type": "boolean"
                    },
                    "parentClassName": {
                        "type": "string"
                    },
                    "customClassNames": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "originalName": {
                                    "type": "string"
                                },
                                "customName": {
                                    "type": "string"
                                }
                            },
                            "required": ["originalName", "customName"]
                        }
                    }
                },
                "required": ["fileName", "generate", "parentClassName", "customClassNames"]
            }
        }
    },
    "required": ["files"]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
solara-0.7.4 solara/lib/core/doctor/schema/platform/json_manifest.json
solara-0.7.3 solara/lib/core/doctor/schema/platform/json_manifest.json
solara-0.7.2 solara/lib/core/doctor/schema/platform/json_manifest.json
solara-0.7.1 solara/lib/core/doctor/schema/platform/json_manifest.json
solara-0.7.0 solara/lib/core/doctor/schema/platform/json_manifest.json
solara-0.6.0 solara/lib/core/doctor/schema/platform/json_manifest.json