JSON Schema Property 'repository'

Description

The repository in which the source code can be found.

Diagram

Drilldown into /properties/repository/properties/type Drilldown into /properties/repository/properties/typeJSON Schema Diagram of /properties/repository

Value

Object

Properties

Property Name Type Description
type string type
url string A String value
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"repository": {
    "type": "object",
    "description": "The repository in which the source code can be found.",
    "properties": {
        "type": {
            "type": "string",
            "enum": [
                "git"
            ]
        },
        "url": {
            "type": "string",
            "format": "uri"
        }
    }
}
http://json.schemastore.org/bower (64:4)

References

Documentation for Bower Documentation
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949