pgxn_meta 0.7.0

The PGXN distribution metadata specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://pgxn.org/meta/v1/api-extras.schema.json",
  "title": "API Extras",
  "type": "object",
  "description": "Additional properties added to distribution metadata by the [API Server Meta API](https://github.com/pgxn/pgxn-api/wiki/meta-api#api-server-structure).",
  "properties": {
    "docs": { "$ref": "docs.schema.json" },
    "special_files": { "$ref": "special_files.schema.json" },
    "releases": { "$ref": "releases.schema.json" }
  }
}