Skip to content

Errors when creating a protocol with one item #337

@ibevers

Description

@ibevers

protocol with one item (passes validation):

{
    "@context": [
        "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema"
    ],
    "@type": "reproschema:Protocol",
    "@id": "test_protocol_schema",
    "prefLabel": "Test protocol",
    "description": "A test protocol",
    "schemaVersion": "1.0.0",
    "version": "0.0.1",
    "ui": {
        "addProperties": [
            {
                "isAbout": "generic/activities/q_generic_demographics/activities/completed_by/completed_by_schema",
                "variableName": "completed_by_schema",
                "prefLabel": {
                    "en": "completed_by"
                }
            }
        ],
        "order": [
            "generic/activities/q_generic_demographics/activities/completed_by/completed_by_schema"
        ],
        "shuffle": false,
        "allow": [
            "reproschema:AllowExport",
            "reproschema:AutoAdvance"
        ]
    }
}

Error message:

Screenshot 2024-08-12 at 3 41 34 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions