aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/schemas/2.x/api_source_description-2.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/schemas/2.x/api_source_description-2.schema.json')
-rw-r--r--src/hydrilla/schemas/2.x/api_source_description-2.schema.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/hydrilla/schemas/2.x/api_source_description-2.schema.json b/src/hydrilla/schemas/2.x/api_source_description-2.schema.json
new file mode 100644
index 0000000..5bc0095
--- /dev/null
+++ b/src/hydrilla/schemas/2.x/api_source_description-2.schema.json
@@ -0,0 +1,66 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "$id": "https://hydrilla.koszko.org/schemas/api_source_description-2.schema.json",
+ "title": "Source description",
+ "description": "Built description of a Hydrilla source package",
+ "type": "object",
+ "required": [
+ "$schema",
+ "source_name",
+ "source_copyright",
+ "source_archives",
+ "upstream_url",
+ "definitions"
+ ],
+ "properties": {
+ "$schema": {
+ "description": "Mark this instance as conforming to source description schema 2.x",
+ "type": "string",
+ "pattern": "^https://hydrilla\\.koszko\\.org/schemas/api_source_description-2\\.(([1-9][0-9]*|0)\\.)*schema\\.json$"
+ },
+ "source_name": {
+ "$ref": "./common_definitions-2.schema.json#/definitions/source_name"
+ },
+ "source_copyright": {
+ "description": "Which files indicate license terms of the source package",
+ "$ref": "./common_definitions-2.schema.json#/definitions/file_ref_list_sha256"
+ },
+ "source_archives": {
+ "description": "What archive extensions are available for this package's sources",
+ "type": "object",
+ "required": ["zip"],
+ "additionalProperties": {
+ "description": "What is the SHA256 sum of given source archive",
+ "type": "object",
+ "required": ["sha256"],
+ "properties": {
+ "sha256": {
+ "$ref": "./common_definitions-2.schema.json#/definitions/sha256"
+ }
+ }
+ },
+ "examples": [{
+ "zip": {
+ "sha256": "688461da362ffe2fc8e85db73e709a5356d41c8aeb7d1eee7170c64ee21dd2a2"
+ }
+ }]
+ },
+ "upstream_url": {
+ "description": "Where this software/work initially comes from",
+ "type": "string"
+ },
+ "comment": {
+ "$ref": "./common_definitions-2.schema.json#/definitions/comment"
+ },
+ "definitions": {
+ "description": "References to site resources and pattern->payload mappings",
+ "type": "array",
+ "items": {
+ "$ref": "./common_definitions-2.schema.json#/definitions/typed_item_ref"
+ }
+ },
+ "generated_by": {
+ "$ref": "./common_definitions-2.schema.json#/definitions/generated_by"
+ }
+ }
+}
?id=12c7f5299b4ac61571773e7d2f73b44b7bf114ce'>gnu: Add java-asm-commons-9....Julien Lepiller 2024-04-20gnu: Add java-asm-util-9....Julien Lepiller 2024-04-20gnu: Add java-asm-analysis-9....Julien Lepiller 2024-04-20gnu: Add java-asm-tree-9....Julien Lepiller 2024-04-20gnu: Add java-asm-9....Julien Lepiller 2024-04-20gnu: java-guava: Update to 31.1....Julien Lepiller 2024-04-20gnu: java-cglib: Update to 3.3.0....Julien Lepiller 2024-04-20gnu: Add java-error-prone-annotations....Julien Lepiller 2024-04-20gnu: java-bsh: Update to 2.1.1....Julien Lepiller 2024-04-20gnu: java-objenesis: Update to 3.3....Julien Lepiller 2024-03-14gnu: openjdk21: Update to 21.0.2....Greg Hogan 2024-03-14gnu: openjdk20: Update to 20.0.2....Greg Hogan 2024-03-14gnu: openjdk18: Update to 18.0.2.1....Greg Hogan 2024-03-14gnu: openjdk17: Update to 17.0.10....Greg Hogan 2024-03-14gnu: openjdk15: Update to 15.0.10....Greg Hogan 2024-03-14gnu: openjdk13: Update to 13.0.14....Greg Hogan 2024-03-14gnu: openjdk12: Update source hash....Greg Hogan 2024-03-14gnu: openjdk11: Update to 11.0.22....Greg Hogan 2024-03-08gnu: abcl: Fix quoting in wrapper script....Paul A. Patience 2024-02-24gnu: jbr21: Update to 21.0.2b375.1....Danny Milosavljevic 2024-02-24gnu: openjdk11: Fix ".so" file path patching....Danny Milosavljevic 2024-02-21gnu: jbr: Update to 17.0.10-b1211.2....Danny Milosavljevic