Page MenuHomeWickedGov Phorge

schema2.json
No OneTemporary

Size
424 B
Referenced Files
None
Subscribers
None

schema2.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://www.mediawiki.org/test-schema/test2",
"definitions": {
"User": {
"required": [
"name"
],
"type": "object",
"properties": {
"name": {
"type": "string"
},
"contact": {
"$ref": "#/definitions/Contact"
}
}
},
"Contact": {
"$ref": "https://www.mediawiki.org/test-schema/test3#/definitions/Contact"
}
}
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 03:04 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/a5/edbb7717778e06a7d3f035dba7db
Default Alt Text
schema2.json (424 B)

Event Timeline