02 Data Models
Introduction
The following Data Models are used by the Repositories microservice.
The main structure of the item schema is as follow:
{
"type": "account | repository",
"owner": "soajs",
"provider": "github",
"domain": "github.com",
// additional properties based on the type
}
Â