Page MenuHomeWickedGov Phorge

schema1.json
No OneTemporary

Size
413 B
Referenced Files
None
Subscribers
None

schema1.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://www.mediawiki.org/test-schema/test1",
"type": "object",
"required": [
"context",
"user"
],
"properties": {
"user": {
"$ref": "https://www.mediawiki.org/test-schema/test2#/definitions/User"
},
"context": {
"$ref": "#/definitions/Context"
}
},
"definitions": {
"Context": {
"type": "string"
}
},
"additionalProperties": false
}

File Metadata

Mime Type
application/json
Expires
Tue, Aug 18, 22:17 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ff/fe/b55761eb94815e27a8c803e4de03
Default Alt Text
schema1.json (413 B)

Event Timeline