Category:QuantityProperty: Difference between revisions

From OpenSemanticWorld
Update package: OSW Core
(Update package: OSW Core)
(Update package: OSW Core)
jsondata
Line 1: Line 1:
{
{
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ],
],
    "subclass_of": [
"subclass_of": [
        "Category:Property"
"Category:Property"
    ],
],
    "uuid": "bc61accf-2c49-44ea-9317-6a4654c1d98a",
"uuid": "bc61accf-2c49-44ea-9317-6a4654c1d98a",
    "name": "QuantityProperty",
"name": "QuantityProperty",
    "label": [
"label": [
        {
{
            "text": "Quantity Property",
"text": "Quantity Property",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Größeneigenschaft",
"text": "Größeneigenschaft",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "Property that represents a physical quantity",
"text": "Property that represents a physical quantity",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Attribut das eine physikalische Größe repräsentiert",
"text": "Attribut das eine physikalische Größe repräsentiert",
            "lang": "de"
"lang": "de"
        }
}
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
"/wiki/Category:Property?action=raw\u0026slot=jsonschema"
    ],
],
    "allOf": [
"allOf": [
        {
{
            "$ref": "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
"$ref": "/wiki/Category:Property?action=raw\u0026slot=jsonschema"
        }
}
    ],
],
    "type": "object",
"type": "object",
    "uuid": "bc61accf-2c49-44ea-9317-6a4654c1d98a",
"uuid": "bc61accf-2c49-44ea-9317-6a4654c1d98a",
    "title": "QuantityProperty",
"title": "QuantityProperty",
    "title*": {
"title*": {
        "en": "Quantity Property",
"en": "Quantity Property",
        "de": "Größeneigenschaft"
"de": "Größeneigenschaft"
    },
},
    "description": "Property that represents a physical quantity",
"description": "Property that represents a physical quantity",
    "description*": {
"description*": {
        "en": "Property that represents a physical quantity",
"en": "Property that represents a physical quantity",
        "de": "Attribut das eine physikalische Größe repräsentiert"
"de": "Attribut das eine physikalische Größe repräsentiert"
    },
},
    "required": [
"required": [
        "type"
"type"
    ],
],
    "properties": {
"properties": {
        "property_type": {
"property_type": {
            "default": "Quantity",
"default": "Quantity",
            "options": {
"options": {
                "hidden": "true"
"hidden": "true"
            }
}
        },
},
        "type": {
"type": {
            "default": [
"default": [
                "Category:QuantityProperty"
"Category:QuantityProperty"
            ]
]
        }
}
    }
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.