JsonSchema:Test: Difference between revisions

From OSL Demo
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
     "$id": "https://demo.open-semantic-lab.org/wiki/JsonSchema:Test",
     "not_id": "https://demo.open-semantic-lab.org/wiki/JsonSchema:Test",
     "type": "object",
     "type": "object",
     "properties": {
     "properties": {
Line 7: Line 7:
         },
         },
         "l": {
         "l": {
             "$ref": "https://demo.open-semantic-lab.org/wiki/Special:SlotResolver/JsonSchema:Label"
             "_$ref": "https://demo.open-semantic-lab.org/wiki/Special:SlotResolver/JsonSchema:Label"
        },
        "l2": {
            "_$ref": "/wiki/Special:SlotResolver/JsonSchema:Label"
        },
        "l3": {
            "_$ref": "./Special:SlotResolver/JsonSchema:Label"
        },
        "l4": {
            "_$ref": "./JsonSchema:Label?action=raw"
        },
        "l5": {
            "$ref": "../JsonSchema/Label.slot_main.json"
         }
         }
     },
     },
     "allOf": {
     "allOf": [
        "$ref": "https://demo.open-semantic-lab.org/wiki/Special:SlotResolver/JsonSchema:Label"
        {
     }
            "$ref": "../JsonSchema/Label.slot_main.json"
        }
     ]
}
}

Latest revision as of 04:41, 7 October 2023

not_id"https://demo.open-semantic-lab.org/wiki/JsonSchema:Test"
type"object"
properties
testProp
type"string"
l
_$ref"https://demo.open-semantic-lab.org/wiki/Special:SlotResolver/JsonSchema:Label"
l2
_$ref"/wiki/Special:SlotResolver/JsonSchema:Label"
l3
_$ref"./Special:SlotResolver/JsonSchema:Label"
l4
_$ref"./JsonSchema:Label?action=raw"
l5
$ref"../JsonSchema/Label.slot_main.json"
allOf
$ref"../JsonSchema/Label.slot_main.json"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.