* wip

* ✌️

* use ajv/dist/core

* revert try

* clean up
This commit is contained in:
tamaina
2022-02-20 13:15:40 +09:00
committed by GitHub
parent fd8f8162e1
commit fcfb5ef0a3
304 changed files with 307 additions and 306 deletions

View File

@@ -7,7 +7,7 @@ export const meta = {
secure: true,
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
scope: { type: 'array', default: [], items: {

View File

@@ -16,7 +16,7 @@ export const meta = {
},
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
key: { type: 'string' },

View File

@@ -16,7 +16,7 @@ export const meta = {
},
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
key: { type: 'string' },

View File

@@ -7,7 +7,7 @@ export const meta = {
secure: true,
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
scope: { type: 'array', default: [], items: {

View File

@@ -7,7 +7,7 @@ export const meta = {
secure: true,
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
scope: { type: 'array', default: [], items: {

View File

@@ -16,7 +16,7 @@ export const meta = {
},
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
key: { type: 'string' },

View File

@@ -7,7 +7,7 @@ export const meta = {
secure: true,
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {},
required: [],

View File

@@ -9,7 +9,7 @@ export const meta = {
secure: true,
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
key: { type: 'string', minLength: 1 },