WoT – OpenAPI Transformations

Report this

Description

Transform between WoT Thing Descriptor standard and OpenAPI 3.0 and vice versa.


Reviews

There are no reviews yet.

Be the first to review “WoT – OpenAPI Transformations”

Your email address will not be published. Required fields are marked *

Terms of Service

-

Q&A

You are not logged in

API Endpoints

API Endpoints

{
    "@context": "http://www.w3.org/ns/td",
    "title": "WoT transformations",
    "description": "Transform OpenApi/Thing Descriptor",
    "actions": {
        "generateOpenApi": {
            "forms": [
                {
                    "op": "invokeaction",
                    "href": "https://gatekeeper.lst.tfo.upm.es/generateOpenAPI",
                    "contentType": "application/json"
                }
            ]
        },
        "generateThingDescriptor": {
            "forms": [
                {
                    "op": "invokeaction",
                    "href": "https://gatekeeper.lst.tfo.upm.es/generateThingDescriptor",
                    "contentType": "application/json"
                }
            ]
        }
    },
    "security": [
        "bearer_schema"
    ],
    "securityDefinitions": {
        "bearer_schema": {
            "scheme": "bearer",
            "in": "header",
            "format": "jwt",
            "alg": "ES256",
            "authorization": "https://gatekeeper.lst.tfo.upm.es/auth/realms/gatekeeper/protocol/openid-connect/token/"
        }
    }
}