Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

EBSISD-2586 - EHIC Initial Schema

Open John YATES requested to merge EBSISD-2586 into main

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 {
  • Alen HORVAT
    Alen HORVAT @horvaal started a thread on commit 5f552ea9
  • 171 },
    172 "$defs": {
    173 "EHICCardNameType": {
    174 "type": "string",
    175 "minLength": 40,
    176 "maxLength": 40
    177 },
    178 "EHICIssuingStateType": {
    179 "$ref": "#/$defs/EHICCountryType"
    180 },
    181 "EHICHolderNameType": {
    182 "type": "string",
    183 "minLength": 0,
    184 "maxLength": 40
    185 },
    186 "EHICHolderGivenNamesType": {
  • Alen HORVAT
    Alen HORVAT @horvaal started a thread on commit 5f552ea9
  • 1 {
    2 "$schema": "https://json-schema.org/draft/2020-12/schema",
    3 "$id": "https://SCHEMALOCATION/schemas/ehic",
  • Alen HORVAT
    Alen HORVAT @horvaal started a thread on commit 5f552ea9
  • 1 {
    2 "$schema": "https://json-schema.org/draft/2020-12/schema",
    3 "$id": "https://SCHEMALOCATION/schemas/ehic",
    4 "type": "object",
    5 "unevaluatedProperties": false,
    Please register or sign in to reply
    Loading