Category:OSW8c56fd1e858f499da801691c5f2b7309: Difference between revisions

Category:OSW8c56fd1e858f499da801691c5f2b7309
(Update package: OSW Base)
 
(Update package: OSW Base)
 
(One intermediate revision by the same user not shown)
jsonschema
Line 3: Line 3:
         {
         {
             "network_port": "Property:HasPort",
             "network_port": "Property:HasPort",
             "host": "Property:HasHost",
             "host": {
             "hosted_software": "Property:Hosts",
                "@id": "Property:HasHost",
             "domain": "Property:HasDomain",
                "@type": "@id"
             "url_path": "Property:UrlPath"
            },
             "hosted_software": {
                "@id": "Property:Hosts",
                "@type": "@id"
            },
            "schema": "Property:HasUrlSchema",
            "version": "Property:HasVersion",
             "domain": "Property:HasNetworkDomain",
             "url_path": "Property:HasUrlPath",
            "url": "Property:HasUrl"
         }
         }
     ],
     ],
    "type": "object",
     "allOf": [
     "allOf": [
         {
         {
Line 15: Line 23:
         }
         }
     ],
     ],
    "type": "object",
     "title": "WebService",
     "title": "WebService",
    "required": [
        "type"
    ],
    "defaultProperties": [
        "hosted_software",
        "host",
        "schema",
        "domain",
        "network_port",
        "url_path"
    ],
     "properties": {
     "properties": {
         "host": {
         "type": {
             "title": "Host",
            "default": [
                "Category:OSW8c56fd1e858f499da801691c5f2b7309"
            ]
        },
        "hosted_software": {
             "title": "Hosted Software",
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Software",
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[Category:OSW02590972aeba46d7864ed492c0c11384]] |?Display_title_of=label",
                 "range": "Category:OSW77e749fc598341ac8b6d2fff21574058"
                "previewWikiTextTemplate": "{{#if result.printouts.HasImage.0.fulltext}}[[{{result.printouts.HasImage.0.fulltext}}|right|x66px]]\u003C/br\u003E{{/if}}[[{{result.fulltext}}]]",
                "labelTemplate": "{{result.printouts.label.[0]}}"
             },
             },
             "minItems": 1
             "minItems": 1
         },
         },
         "network_port": {
         "host": {
            "items": {
             "title": "Hosts",
                "title": "Port",
                "type": "integer"
            },
            "title": "Ports",
            "type": "array"
        },
        "hosted_software": {
             "title": "Hosted Software",
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "Software",
                 "title": "Host",
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[Category:OSW77e749fc598341ac8b6d2fff21574058]] |?Display_title_of=label",
                 "range": "Category:OSW02590972aeba46d7864ed492c0c11384"
                "previewWikiTextTemplate": "{{#if result.printouts.HasImage.0.fulltext}}[[{{result.printouts.HasImage.0.fulltext}}|right|x66px]]\u003C/br\u003E{{/if}}[[{{result.fulltext}}]]",
                "labelTemplate": "{{result.printouts.label.[0]}}"
             },
             },
             "minItems": 1
             "minItems": 1
        },
        "schema": {
            "title": "Schema",
            "description": "e.g. http, https",
            "type": "string"
         },
         },
         "domain": {
         "domain": {
             "title": "Domain",
             "title": "Domain",
             "type": "string"
             "type": "string"
        },
        "network_port": {
            "items": {
                "title": "Port",
                "type": "integer"
            },
            "title": "Ports",
            "type": "array"
         },
         },
         "url_path": {
         "url_path": {
Line 61: Line 87:
             "type": "string"
             "type": "string"
         },
         },
         "type": {
         "url": {
             "default": [
            "title": "URL",
                "Category:OSW8c56fd1e858f499da801691c5f2b7309"
            "type": "string",
             ]
            "format": "url"
        },
        "version": {
             "title": "Version",
            "description": "Version of the hosted software",
             "type": "string"
         }
         }
     },
     }
    "required": [
        "type"
    ]
}
}

Latest revision as of 08:12, 12 July 2025

Web service
ID OSW8c56fd1e858f499da801691c5f2b7309
UUID 8c56fd1e-858f-499d-a801-691c5f2b7309
Label Web service
Machine compatible name WebService
Statements (outgoing)
Statements (incoming)

Description

No description found
Category (Class)
Supercategories<br>Definition: Category (Class)
jsondata
subclass_of
"Category:OSW77e749fc598341ac8b6d2fff21574058"
uuid"8c56fd1e-858f-499d-a801-691c5f2b7309"
label
text"Web service"
lang"en"
name"WebService"
type
"Category:Category"
jsonschema
@context
network_port"Property:HasPort"
host
@id"Property:HasHost"
@type"@id"
hosted_software
@id"Property:Hosts"
@type"@id"
schema"Property:HasUrlSchema"
version"Property:HasVersion"
domain"Property:HasNetworkDomain"
url_path"Property:HasUrlPath"
url"Property:HasUrl"
allOf
$ref"/wiki/Category:OSW77e749fc598341ac8b6d2fff21574058?action=raw&slot=jsonschema"
type"object"
title"WebService"
required
"type"
defaultProperties
"hosted_software"
"host"
"schema"
"domain"
"network_port"
"url_path"
properties
type
default
"Category:OSW8c56fd1e858f499da801691c5f2b7309"
hosted_software
title"Hosted Software"
type"array"
format"table"
items
title"Software"
type"string"
format"autocomplete"
range"Category:OSW77e749fc598341ac8b6d2fff21574058"
minItems1
host
title"Hosts"
type"array"
format"table"
items
title"Host"
type"string"
format"autocomplete"
range"Category:OSW02590972aeba46d7864ed492c0c11384"
minItems1
schema
title"Schema"
description"e.g. http, https"
type"string"
domain
title"Domain"
type"string"
network_port
items
title"Port"
type"integer"
title"Ports"
type"array"
url_path
title"URL Path"
type"string"
url
title"URL"
type"string"
format"url"
version
title"Version"
description"Version of the hosted software"
type"string"

Subcategories

This category has only the following subcategory.

O