Skip to content

sunbirdrc2/driving-license-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

{
    "@context": {
        "@version": 1.1,
        "@protected": true,
        "id": "@id",
        "schema": "https://schema.org/",
        "DrivingLicenceCredential": {
            "@id": "https://sunbirdrc2.github.io/driving-license-context/driving-licence-context.json#DrivingLicenceCredential",
            "@context": {
                "@version": 1.1,
                "id": "@id",
                "licenseNumber": "schema:Text",
                "name": "schema:Text",
                "vehicleCategory": "schema:Text",
                "issuingAuthority": "schema:Text",
                "validFrom": "schema:Date",
                "validUntil": "schema:Date"
            }
        }
    }
}

About

No description, website, or topics provided.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published