Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.
CodeCollaborationPlatformProductivitySoftware Development
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/treeentry",
"title": "Tree Entry",
"type": "object",
"description": "Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"path": {
"type": "string",
"description": "The path in the repository",
"example": "example_value"
},
"commit": {
"$ref": "#/components/schemas/commit"
}
},
"required": [
"type"
],
"additionalProperties": true
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.