propeller logo
API ReferencePropletsProplet_idSdf

Get Proplet SDF Description

Returns a Semantic Definition Format (SDF) document describing the proplet's properties, actions, events, and data schemas. The document schema version is 1.0 and increments when the shape changes in a breaking way.

GET
/proplets/{PROPLET_ID}/sdf

Path Parameters

PROPLET_ID*string

Response Body

application/json

curl -X GET "https://example.com/proplets/string/sdf"
{  "info": {    "title": "string",    "version": "string",    "license": "string"  },  "sdfThing": {}}