Json Schema file extension

jsonjsonschema

Is there any naming convention for a json schema file extension? XML has .xsd (XML Schema Definition), what should json schema files have, .jsd (JSON Schema Definition)?

Best Answer

From Gary Court:

I personally use .schema.json, but there is no official file extension. The official mime type however is "application/schema+json".