schema.ospp

Schema property file

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • schema

The schema definition

  • filters

The views that defines column that can show one of the schema properties

type

array

items

SchemaFilter

  • type

Is this schema meant to represent one of the predefined collection of the module ? Look at the collection module documentation to find more information on these predefined collections

type

string

enum

USERS_PREFERENCES, USERS_RIGHTS, PROFILES_RIGHTS, SERVICES

additionalProperties

False

SchemaFilter

type

object

properties

  • id

A reference to this collection filter.

type

string

  • name

Name of this collection filter.

type

string

additionalProperties

False