Fractal Blueprints (v1.0)
Download OpenAPI specification:Download
YanchWare: contacts@yanchware.com URL: https://www.yanchware.com/
Fractal Blueprints description
/Blueprints/{resourceGroupId}/{fractalName}/{fractalVersion}
Authorizations:
Bearer
path Parameters
resourceGroupId required | string |
fractalName required | string |
fractalVersion required | string |
Request Body schema:
description | string or null |
isPrivate | boolean |
Array of objects or null (Component) |
Responses
Request samples
- Payload
Content type
{- "description": "string",
- "isPrivate": true,
- "components": [
- {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "outputFields": [
- "string"
]
}
]
}
/Blueprints/{resourceGroupId}/{fractalName}/{fractalVersion}
Authorizations:
Bearer
path Parameters
resourceGroupId required | string |
fractalName required | string |
fractalVersion required | string |
Request Body schema:
resourceGroupId | string or null |
fractalName | string or null |
fractalVersion | string or null |
description | string or null |
isPrivate | boolean |
Array of objects or null (Component) |
Responses
Request samples
- Payload
Content type
{- "resourceGroupId": "string",
- "fractalName": "string",
- "fractalVersion": "string",
- "description": "string",
- "isPrivate": true,
- "components": [
- {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "outputFields": [
- "string"
]
}
]
}