{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "Arkim",
        "date": "2026-05-07",
        "producer": "Nro",
        "repository": "",
        "huggingface": "",
        "license": {
            "distribution": {
                "name": "3D-Slicer-1.0",
                "path": ""
            },
            "code": {
                "name": "",
                "path": ""
            },
            "data": {
                "name": "",
                "path": ""
            },
            "document": {
                "name": "",
                "path": ""
            }
        },
        "components": [
            {
                "name": "Model architecture",
                "description": "Well commented code for the model's architecture"
            },
            {
                "name": "Data preprocessing code",
                "description": "Code for data cleansing, normalization, and augmentation"
            },
            {
                "name": "Training code",
                "description": "Code used for training the model"
            },
            {
                "name": "Inference code",
                "description": "Code used for running the model to make predictions"
            },
            {
                "name": "Evaluation code",
                "description": "Code used for evaluating the model"
            },
            {
                "name": "Supporting libraries and tools",
                "description": "Libraries and tools used in the model's development"
            }
        ]
    }
}