Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/.template/description.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../.template/project.schema.json
---
name: My Fancy dApp
authors:
Expand All @@ -18,7 +19,7 @@ codeUrl: https://github.com/johnsmith/my-fancy-dapp
demoUrl: https://johnsmith.com/my-fancy-dapp
tutorials:
- Three Steps to build a Confidential Online Shop:
https://docs.oasis.io/dapp/sapphire/gasless
https://docs.oasis.io/dapp/sapphire/gasless
created: 2023-08-15
lastUpdated: 2023-09-18
maintainedByOasis: false
368 changes: 368 additions & 0 deletions projects/.template/project.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,368 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {
"type": "string",
"format": "uri"
}
}
},
"description": {
"type": "string"
},
"paratimes": {
"type": "array",
"items": {
"type": "string",
"enum": [
"consensus",
"cipher",
"emerald",
"sapphire"
]
}
},
"languages": {
"type": "array",
"items": {
"type": "string",
"enum": [
"none",
"plain",
"plaintext",
"text",
"txt",
"html",
"xml",
"svg",
"mathml",
"ssml",
"rss",
"css",
"clike",
"js",
"javascript",
"abap",
"abnf",
"al",
"antlr4",
"g4",
"apacheconf",
"apl",
"aql",
"ino",
"arff",
"armasm",
"arm-asm",
"art",
"asciidoc",
"adoc",
"aspnet",
"asm6502",
"asmatmel",
"autohotkey",
"autoit",
"avisynth",
"avs",
"avro-idl",
"avdl",
"awk",
"gawk",
"sh",
"basic",
"bbcode",
"bbj",
"bnf",
"rbnf",
"bqn",
"bsl",
"oscript",
"csharp",
"cs",
"dotnet",
"cpp",
"cfscript",
"cfc",
"cil",
"cilkc",
"cilk-c",
"cilkcpp",
"cilk-cpp",
"cilk",
"cmake",
"cobol",
"coffee",
"conc",
"csp",
"css-extras",
"csv",
"cue",
"dataweave",
"dax",
"django",
"jinja2",
"dns-zone-file",
"dns-zone",
"dockerfile",
"dot",
"gv",
"ebnf",
"editorconfig",
"ejs",
"etlua",
"erb",
"excel-formula",
"xlsx",
"xls",
"fsharp",
"firestore-security-rules",
"ftl",
"gml",
"gamemakerlanguage",
"gap",
"gcode",
"gdscript",
"gedcom",
"gettext",
"po",
"glsl",
"gn",
"gni",
"linker-script",
"ld",
"go-module",
"go-mod",
"graphql",
"hbs",
"hs",
"hcl",
"hlsl",
"http",
"hpkp",
"hsts",
"ichigojam",
"icu-message-format",
"idr",
"ignore",
"gitignore",
"hgignore",
"npmignore",
"inform7",
"javadoc",
"javadoclike",
"javastacktrace",
"jq",
"jsdoc",
"js-extras",
"json",
"webmanifest",
"json5",
"jsonp",
"jsstacktrace",
"js-templates",
"keepalived",
"kts",
"kt",
"kumir",
"kum",
"latex",
"tex",
"context",
"lilypond",
"ly",
"emacs",
"elisp",
"emacs-lisp",
"llvm",
"log",
"lolcode",
"magma",
"md",
"markup-templating",
"matlab",
"maxscript",
"mel",
"metafont",
"mongodb",
"moon",
"n1ql",
"n4js",
"n4jsd",
"nand2tetris-hdl",
"naniscript",
"nani",
"nasm",
"neon",
"nginx",
"nsis",
"objectivec",
"objc",
"ocaml",
"opencl",
"openqasm",
"qasm",
"parigp",
"objectpascal",
"psl",
"pcaxis",
"px",
"peoplecode",
"pcode",
"php",
"phpdoc",
"php-extras",
"plant-uml",
"plantuml",
"plsql",
"powerquery",
"pq",
"mscript",
"powershell",
"promql",
"properties",
"protobuf",
"purebasic",
"pbfasm",
"purs",
"py",
"qsharp",
"qs",
"q",
"qml",
"rkt",
"cshtml",
"razor",
"jsx",
"tsx",
"renpy",
"rpy",
"res",
"rest",
"robotframework",
"robot",
"rb",
"sas",
"sass",
"scss",
"shell-session",
"sh-session",
"shellsession",
"sml",
"smlnj",
"solidity",
"sol",
"solution-file",
"sln",
"soy",
"sparql",
"rq",
"splunk-spl",
"sqf",
"sql",
"stata",
"iecst",
"supercollider",
"sclang",
"systemd",
"t4-templating",
"t4-cs",
"t4",
"t4-vb",
"tap",
"tt2",
"toml",
"trickle",
"troy",
"trig",
"ts",
"typescript",
"tsconfig",
"uscript",
"uc",
"uorazor",
"uri",
"url",
"vbnet",
"vhdl",
"vim",
"visual-basic",
"vba",
"vb",
"wasm",
"web-idl",
"webidl",
"wgsl",
"wiki",
"wolfram",
"nb",
"wl",
"xeoracube",
"xml-doc",
"xojo",
"xquery",
"yaml",
"yml",
"yang"
]
}
},
"license": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"codeUrl": {
"type": "string",
"format": "uri"
},
"demoUrl": {
"type": "string",
"format": "uri"
},
"tutorials": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {
"type": "string",
"format": "uri"
}
}
},
"created": {
"type": "string",
"format": "date"
},
"lastUpdated": {
"type": "string",
"format": "date"
},
"maintainedByOasis": {
"type": "boolean"
}
},
"required": [
"name",
"authors",
"description",
"paratimes",
"languages",
"license",
"tags",
"created",
"lastUpdated",
"maintainedByOasis"
]
}
1 change: 1 addition & 0 deletions projects/authzn/description.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../.template/project.schema.json
---
name: Oasis Authenticator
authors:
Expand Down
1 change: 1 addition & 0 deletions projects/dapp-wrose/description.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../.template/project.schema.json
---
name: ROSE (un) wrapper
authors:
Expand Down
1 change: 1 addition & 0 deletions projects/demo-authzn/description.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../.template/project.schema.json
---
name: Authenticator Demo
authors:
Expand Down
Loading