@appsemble/lang-sdk
Version:
Language SDK for Appsemble
20 lines • 965 B
JavaScript
export const JSONSchema = {
anyOf: [
{ $ref: '#/components/schemas/JSONPointer' },
{ $ref: '#/components/schemas/JSONSchemaAnyOf' },
{ $ref: '#/components/schemas/JSONSchemaArray' },
{ $ref: '#/components/schemas/JSONSchemaBoolean' },
{ $ref: '#/components/schemas/JSONSchemaConst' },
{ $ref: '#/components/schemas/JSONSchemaEnum' },
{ $ref: '#/components/schemas/JSONSchemaInteger' },
{ $ref: '#/components/schemas/JSONSchemaMultiType' },
{ $ref: '#/components/schemas/JSONSchemaNot' },
{ $ref: '#/components/schemas/JSONSchemaNull' },
{ $ref: '#/components/schemas/JSONSchemaNumber' },
{ $ref: '#/components/schemas/JSONSchemaObject' },
{ $ref: '#/components/schemas/JSONSchemaOneOf' },
{ $ref: '#/components/schemas/JSONSchemaRemapper' },
{ $ref: '#/components/schemas/JSONSchemaString' },
],
};
//# sourceMappingURL=JSONSchema.js.map