Skip to content

Commit

Permalink
fix(): schema should use instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 16, 2021
1 parent d793a58 commit dad8e5e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/lib/application/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestApplication",
"$id": "SchematicsNestApplication",
"title": "Nest Application Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/class/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestClass",
"$id": "SchematicsNestClass",
"title": "Nest Class Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/client-app/angular/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestModule",
"$id": "SchematicsNestModule",
"title": "Nest Module Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/controller/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestController",
"$id": "SchematicsNestController",
"title": "Nest Controller Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/decorator/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestDecorator",
"$id": "SchematicsNestDecorator",
"title": "Nest Decorator Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/filter/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestFilter",
"$id": "SchematicsNestFilter",
"title": "Nest Filter Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/gateway/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestGateway",
"$id": "SchematicsNestGateway",
"title": "Nest Gateway Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/guard/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestGuard",
"$id": "SchematicsNestGuard",
"title": "Nest Guard Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/interceptor/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestInterceptor",
"$id": "SchematicsNestInterceptor",
"title": "Nest Interceptor Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/interface/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestInterface",
"$id": "SchematicsNestInterface",
"title": "Nest Interface Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/library/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestLibrary",
"$id": "SchematicsNestLibrary",
"title": "Nest Library Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/middleware/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestMiddleware",
"$id": "SchematicsNestMiddleware",
"title": "Nest Middleware Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/module/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestModule",
"$id": "SchematicsNestModule",
"title": "Nest Module Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pipe/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestPipe",
"$id": "SchematicsNestPipe",
"title": "Nest Pipe Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/provider/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestProvider",
"$id": "SchematicsNestProvider",
"title": "Nest Provider Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/resolver/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestResolver",
"$id": "SchematicsNestResolver",
"title": "Nest Resolver Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/resource/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestResource",
"$id": "SchematicsNestResource",
"title": "Nest Resource Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/service/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestService",
"$id": "SchematicsNestService",
"title": "Nest Service Options Schema",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sub-app/schema.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNestSubApp",
"$id": "SchematicsNestSubApp",
"title": "Nest SubApp Options Schema",
"type": "object",
"properties": {
Expand Down

0 comments on commit dad8e5e

Please sign in to comment.