Category:OSW973a5cd08ea14524a57089f0b3c9c6ff: Difference between revisions

Category page
Category:OSW973a5cd08ea14524a57089f0b3c9c6ff
(Update package: OSW Base)
 
m (Protected "Requirement": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(One intermediate revision by the same user not shown)
jsondata
Line 1: Line 1:
{
{
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ],
],
    "subclass_of": [
"subclass_of": [
        "Category:Item"
"Category:Item"
    ],
],
    "uuid": "973a5cd0-8ea1-4524-a570-89f0b3c9c6ff",
"uuid": "973a5cd0-8ea1-4524-a570-89f0b3c9c6ff",
    "label": [
"label": [
        {
{
            "text": "Requirement",
"text": "Requirement",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Anforderung",
"text": "Anforderung",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "A functional or non-functional requirement",
"text": "A functional or non-functional requirement",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Ein funktionales oder nicht-funktionales requirement",
"text": "Ein funktionales oder nicht-funktionales requirement",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "name": "Requirement"
"name": "Requirement"
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
"/wiki/Category:Item?action=raw\u0026slot=jsonschema",
        {
{
            "requirement_category": {
"requirement_category": {
                "@id": "Property:IsA",
"@id": "Property:IsA",
                "@type": "@id"
"@type": "@id"
            },
},
            "prio": {
"prio": {
                "@id": "Property:HasPriority",
"@id": "Property:HasPriority",
                "@type": "@id"
"@type": "@id"
            },
},
            "dependencies": {
"dependencies": {
                "@id": "Property:HasDependency",
"@id": "Property:HasDependency",
                "@type": "@id"
"@type": "@id"
            },
},
            "related_to": {
"related_to": {
                "@id": "Property:IsRelatedTo",
"@id": "Property:IsRelatedTo",
                "@type": "@id"
"@type": "@id"
            }
}
        }
}
    ],
],
    "allOf": [
"allOf": [
        {
{
            "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
        }
}
    ],
],
    "type": "object",
"type": "object",
    "uuid": "973a5cd0-8ea1-4524-a570-89f0b3c9c6ff",
"uuid": "973a5cd0-8ea1-4524-a570-89f0b3c9c6ff",
    "title": "Requirement",
"title": "Requirement",
    "title*": {
"title*": {
        "en": "Requirement",
"en": "Requirement",
        "de": "Anforderung"
"de": "Anforderung"
    },
},
    "description": "A functional or non-functional requirement",
"description": "A functional or non-functional requirement",
    "description*": {
"description*": {
        "en": "A functional or non-functional requirement",
"en": "A functional or non-functional requirement",
        "de": "Ein funktionales oder nicht-funktionales requirement"
"de": "Ein funktionales oder nicht-funktionales requirement"
    },
},
    "required": [
"required": [
        "type"
"type"
    ],
],
    "properties": {
"properties": {
        "type": {
"type": {
            "default": [
"default": [
                "Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
"Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
            ]
]
        },
},
        "requirement_category": {
"requirement_category": {
            "type": "string",
"type": "string",
            "format": "autocomplete",
"format": "autocomplete",
            "title": "Requirement category",
"title": "Requirement category",
            "title*": {
"title*": {
                "de": "Anforderungskategorie"
"de": "Anforderungskategorie"
            },
},
            "options": {
"options": {
                "autocomplete": {
"autocomplete": {
                    "$comment": "Funtional or non-functional requirement",
"$comment": "Funtional or non-functional requirement",
                    "query": "[[Item:OSWbb07a72940554b1b978c44e5db4bd314]] OR [[Item:OSWab093fd8af104a49882704cea3bbaf7b]]|?HasName=label"
"query": "[[Item:OSWbb07a72940554b1b978c44e5db4bd314]] OR [[Item:OSWab093fd8af104a49882704cea3bbaf7b]]|?HasName=label"
                }
}
            }
}
        },
},
        "prio": {
"prio": {
            "type": "string",
"type": "string",
            "format": "autocomplete",
"format": "autocomplete",
            "title": "Priority",
"title": "Priority",
            "title*": {
"title*": {
                "de": "Priorität"
"de": "Priorität"
            },
},
            "options": {
"options": {
                "autocomplete": {
"autocomplete": {
                    "category": "Category:OSW65c8449bdd4f4fbcb7f68203a11d6e8f"
"category": "Category:OSW65c8449bdd4f4fbcb7f68203a11d6e8f"
                }
}
            }
}
        },
},
        "dependencies": {
"dependencies": {
            "type": "array",
"type": "array",
            "title": "Dependencies",
"title": "Dependencies",
            "title*": {
"title*": {
                "de": "Abhängigkeiten"
"de": "Abhängigkeiten"
            },
},
            "description": "Strict dependency from another requirement",
"description": "Strict dependency from another requirement",
            "description*": {
"description*": {
                "de": "Strenge Abhängigkeit von einer anderen Anforderung"
"de": "Strenge Abhängigkeit von einer anderen Anforderung"
            },
},
            "items": {
"items": {
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "title": "Dependency",
"title": "Dependency",
                "title*": {
"title*": {
                    "de": "Abhängigkeit"
"de": "Abhängigkeit"
                },
},
                "options": {
"options": {
                    "autocomplete": {
"autocomplete": {
                        "category": "Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
"category": "Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
                    }
}
                }
}
            }
}
        },
},
        "related_to": {
"related_to": {
            "type": "array",
"type": "array",
            "title": "Related to",
"title": "Related to",
            "title*": {
"title*": {
                "de": "Bezug zu"
"de": "Bezug zu"
            },
},
            "description": "Loose connection to another requirement",
"description": "Loose connection to another requirement",
            "description*": {
"description*": {
                "de": "Lose Verbindung zu einer anderen Anforderung"
"de": "Lose Verbindung zu einer anderen Anforderung"
            },
},
            "items": {
"items": {
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "title": "Entry",
"title": "Entry",
                "title*": {
"title*": {
                    "de": "Eintrag"
"de": "Eintrag"
                },
},
                "options": {
"options": {
                    "autocomplete": {
"autocomplete": {
                        "category": "Category:Item"
"category": "Category:Item"
                    }
}
                }
}
            }
}
        }
}
    }
}
}
}

Latest revision as of 04:45, 8 January 2026

Requirement ID: OSW973a5cd08ea14524a57089f0b3c9c6ff | UUID: 973a5cd0-8ea1-4524-a570-89f0b3c9c6ff | 📦: world.opensemantic.base
ID OSW973a5cd08ea14524a57089f0b3c9c6ff
UUID 973a5cd0-8ea1-4524-a570-89f0b3c9c6ff
Label Requirement
Machine compatible name Requirement
Types/Categories Category (Class)
Statements (outgoing)
Statements (incoming)
Details

Description[edit source]


📎 Select files (or drop them here)... 📷 Camera
    jsondata
    type
    "Category:Category"
    subclass_of
    "Category:Item"
    uuid"973a5cd0-8ea1-4524-a570-89f0b3c9c6ff"
    label
    text"Requirement"
    lang"en"
    text"Anforderung"
    lang"de"
    description
    text"A functional or non-functional requirement"
    lang"en"
    text"Ein funktionales oder nicht-funktionales requirement"
    lang"de"
    name"Requirement"
    jsonschema
    @context
    "/wiki/Category:Item?action=raw&slot=jsonschema"
    requirement_category
    @id"Property:IsA"
    @type"@id"
    prio
    @id"Property:HasPriority"
    @type"@id"
    dependencies
    @id"Property:HasDependency"
    @type"@id"
    related_to
    @id"Property:IsRelatedTo"
    @type"@id"
    allOf
    $ref"/wiki/Category:Item?action=raw&slot=jsonschema"
    type"object"
    uuid"973a5cd0-8ea1-4524-a570-89f0b3c9c6ff"
    title"Requirement"
    title*
    en"Requirement"
    de"Anforderung"
    description"A functional or non-functional requirement"
    description*
    en"A functional or non-functional requirement"
    de"Ein funktionales oder nicht-funktionales requirement"
    required
    "type"
    properties
    type
    default
    "Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
    requirement_category
    type"string"
    format"autocomplete"
    title"Requirement category"
    title*
    de"Anforderungskategorie"
    options
    autocomplete
    $comment"Funtional or non-functional requirement"
    query"[[Item:OSWbb07a72940554b1b978c44e5db4bd314]] OR [[Item:OSWab093fd8af104a49882704cea3bbaf7b]]|?HasName=label"
    prio
    type"string"
    format"autocomplete"
    title"Priority"
    title*
    de"Priorität"
    options
    autocomplete
    category"Category:OSW65c8449bdd4f4fbcb7f68203a11d6e8f"
    dependencies
    type"array"
    title"Dependencies"
    title*
    de"Abhängigkeiten"
    description"Strict dependency from another requirement"
    description*
    de"Strenge Abhängigkeit von einer anderen Anforderung"
    items
    type"string"
    format"autocomplete"
    title"Dependency"
    title*
    de"Abhängigkeit"
    options
    autocomplete
    category"Category:OSW973a5cd08ea14524a57089f0b3c9c6ff"
    related_to
    type"array"
    title"Related to"
    title*
    de"Bezug zu"
    description"Loose connection to another requirement"
    description*
    de"Lose Verbindung zu einer anderen Anforderung"
    items
    type"string"
    format"autocomplete"
    title"Entry"
    title*
    de"Eintrag"
    options
    autocomplete
    category"Category:Item"

    This category currently contains no pages or media.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.