Page MenuHomePhorge

abstract-schema-changes.schema.json
No OneTemporary

Size
689 B
Referenced Files
None
Subscribers
None

abstract-schema-changes.schema.json

{
"$schema": "https://json-schema.org/schema#",
"description": "MediaWiki abstract database schema schema",
"type": "object",
"additionalProperties": false,
"properties": {
"comment": {
"type": "string",
"description": "Comment describing the schema change"
},
"before": {
"oneOf": [
{
"type": "object",
"description": "Emtpy object signifying table creation",
"maxProperties": 0
},
{
"type": "object",
"description": "Schema before the change",
"$ref": "abstract-schema-table.json"
}
]
},
"after": {
"type": "object",
"description": "Schema after the change",
"$ref": "abstract-schema-table.json"
}
}
}

File Metadata

Mime Type
application/json
Expires
Wed, Sep 10, 04:28 (6 h, 8 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
12/f1/a0e1ecb3e671cd598278ab4da351
Default Alt Text
abstract-schema-changes.schema.json (689 B)

Event Timeline