Page MenuHomeWickedGov Phorge

schema3.json
No OneTemporary

Size
459 B
Referenced Files
None
Subscribers
None

schema3.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://www.mediawiki.org/test-schema/test3",
"definitions": {
"Contact": {
"properties": {
"email": {
"type": "string"
},
"phone": {
"$ref": "#/definitions/Phone"
}
},
"additionalProperties": false
},
"Phone": {
"required": [
"country-code",
"number"
],
"properties": {
"country-code": {
"type": "string"
},
"number": {
"type": "string"
}
}
}
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Aug 18, 23:30 (7 h, 54 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6d/b3/3fbfb8c4a04f7f224c530cca4395
Default Alt Text
schema3.json (459 B)

Event Timeline