prisma-json-schema

WebJar for prisma-json-schema

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

prisma-json-schema
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

prisma-json-schema
WebJar for prisma-json-schema
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/prisma/prisma-json-schema

Download prisma-json-schema

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>prisma-json-schema</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/
implementation 'org.webjars.npm:prisma-json-schema:0.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/prisma-json-schema/
implementation ("org.webjars.npm:prisma-json-schema:0.1.3")
'org.webjars.npm:prisma-json-schema:jar:0.1.3'
<dependency org="org.webjars.npm" name="prisma-json-schema" rev="0.1.3">
  <artifact name="prisma-json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='prisma-json-schema', version='0.1.3')
)
libraryDependencies += "org.webjars.npm" % "prisma-json-schema" % "0.1.3"
[org.webjars.npm/prisma-json-schema "0.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

prisma-json-schema

JSON schema of prisma.yml files

CircleCI npm version

Usage

JSON Schema

As hosted URL

You can use the following URL for the current JSON schema file:

https://raw.githubusercontent.com/prisma/prisma-json-schema/master/src/schema.json

Import as file in Node

const schema = require('prisma-json-schema/dist/schema.json')

Usage with VSCode

Add the following to your settings:

{
  "yaml.schemas": {
    "https://raw.githubusercontent.com/prisma/prisma-json-schema/master/src/schema.json":
      "prisma.yml"
  }
}

Typescript Definitions

yarn add prisma-json-schema
import { PrismaDefinition } from 'prisma-json-schema'
org.webjars.npm

Prisma

Prisma makes working with databases easy

Versions

Version
0.1.3