All Downloads are FREE. Search and download functionalities are using the official Maven repository.

raml.schemas.scenario.schema.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
    "properties": {
        "id": {
            "description": "The scenario ID",
            "example": [
                "c8d249ec-d86d-48b1-88a8-a660e6848042"
            ],
            "type": "string"
        },
        "name": {
            "description": "The scenario name",
            "example": [
                "my_scenario"
            ],
            "type": "string"
        },
        "possibleStates": {
            "items": {
                "default": "Started",
                "description": "All the states this scenario can be in",
                "example": [
                    "Started", "Step two", "step_3"
                ],
                "type": "string"
            },
            "type": "array"
        },
        "state": {
            "default": "Started",
            "description": "The current state of this scenario",
            "example": [
                "Started", "Step two", "step_3"
            ],
            "type": "string"
        }
    },
    "type": "object"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy