Netlify · Schema
serviceInstance
CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| url | string | |
| config | object | |
| external_attributes | object | |
| service_slug | string | |
| service_path | string | |
| service_name | string | |
| env | object | |
| snippets | array | |
| auth_url | string | |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/serviceInstance",
"title": "serviceInstance",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "string"
},
"config": {
"type": "object",
"properties": {}
},
"external_attributes": {
"type": "object",
"properties": {}
},
"service_slug": {
"type": "string"
},
"service_path": {
"type": "string"
},
"service_name": {
"type": "string"
},
"env": {
"type": "object",
"properties": {}
},
"snippets": {
"type": "array",
"items": {
"type": "object",
"properties": {}
}
},
"auth_url": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "dateTime"
},
"updated_at": {
"type": "string",
"format": "dateTime"
}
}
}