Atlassian · Schema
WebResourceDependencies
CodeCollaborationPlatformProductivitySoftware Development
Properties
| Name | Type | Description |
|---|---|---|
| _expandable | object | |
| keys | array | |
| contexts | array | |
| uris | object | |
| tags | object | |
| superbatch | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WebResourceDependencies",
"title": "WebResourceDependencies",
"type": "object",
"properties": {
"_expandable": {
"type": "object",
"additionalProperties": true,
"properties": {
"uris": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"additionalProperties": true
}
]
}
},
"example": "example_value"
},
"keys": {
"type": "array",
"items": {
"type": "string"
},
"example": []
},
"contexts": {
"type": "array",
"items": {
"type": "string"
},
"example": []
},
"uris": {
"type": "object",
"properties": {
"all": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"css": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"js": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"_expandable": {
"type": "object",
"additionalProperties": true,
"properties": {
"css": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"js": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
}
}
},
"example": "example_value"
},
"tags": {
"type": "object",
"properties": {
"all": {
"type": "string"
},
"css": {
"type": "string"
},
"data": {
"type": "string"
},
"js": {
"type": "string"
},
"_expandable": {
"type": "object",
"additionalProperties": true
}
},
"example": "example_value"
},
"superbatch": {
"$ref": "#/components/schemas/SuperBatchWebResources"
}
}
}