Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 9a355d0f authored by Alen Horvat's avatar Alen Horvat
Browse files

run prettier

parent 5790efb5
Branches fix/scripts1
No related tags found
1 merge request!1Draft: EBSISD-2258
![EBSI Logo](https://ec.europa.eu/digital-building-blocks/wikis/images/logo/default-space-logo.svg)
# JSON Schemas
# ![EBSI Logo](https://ec.europa.eu/digital-building-blocks/wikis/images/logo/default-space-logo.svg) JSON Schemas
> EBSI's JSON Schemas for VC and VP.
## Table of Contents
- [Contributing](#Contributing)
- [Requirements](#Requirements)
- [Folder structure](#Folder-structure)
- [Formatting](#Formatting)
- [Testing](#Testing)
- [CLI](#CLI)
- [License](#License)
- [ JSON Schemas](#-json-schemas)
- [Table of Contents](#table-of-contents)
- [Contributing](#contributing)
- [Requirements](#requirements)
- [Folder structure](#folder-structure)
- [`schemas/`](#schemas)
- [`test/`](#test)
- [Formatting](#formatting)
- [Testing](#testing)
- [CLI](#cli)
- [`compute-id` command](#compute-id-command)
- [`publish` command](#publish-command)
- [`sign` command](#sign-command)
- [License](#license)
## Contributing
When you create a new JSON Schema, make sure to follow the folder structure described below. Moreover, the JSON Schema must pass the [automated tests](#Testing), and comply with our [formatting conventions](#Formatting).
When you create a new JSON Schema, make sure to follow the folder structure described below. Moreover, the JSON Schema must pass the [automated tests](#testing), and comply with our [formatting conventions](#formatting).
Create a new branch from the `main` branch, commit your changes, and open a pull request on [Bitbucket](https://ec.europa.eu/digital-building-blocks/code/projects/EBSI/repos/json-schema/browse).
Create a new branch from the `main` branch, commit your changes, and open a pull request on [GitLab](https://code.europa.eu/ebsi/json-schema).
### Requirements
......
......@@ -17,8 +17,5 @@
"type": "string"
}
},
"required": [
"familyName",
"firstName"
]
"required": ["familyName", "firstName"]
}
......@@ -67,7 +67,13 @@
"type": "string"
}
},
"required": [ "display", "number", "roadName", "locality", "postalCode"]
"required": [
"display",
"number",
"roadName",
"locality",
"postalCode"
]
},
"gender": {
"description": "Defines the gender of the credential subject",
......
......@@ -68,7 +68,6 @@
"employeeIdentifier",
"corporateName",
"credentialStatus"
]
}
}
......
......@@ -59,13 +59,8 @@
"type": "string"
}
},
"required": [
"id",
"domainName"
]
"required": ["id", "domainName"]
},
"required": [
"issuer"
]
"required": ["issuer"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment