Type alias RawSchema<E, R>

RawSchema<E, R>: {
    entities: E;
    relations_definitions: R;
}

The full raw JSON schema type as returned by the API. You can export this schema from your CubicWeb instance using the command:

cubicweb-ctl export-schema -f typescript <YOUR_INSTANCE_NAME>

Type Parameters

Type declaration

  • entities: E
  • relations_definitions: R

Generated using TypeDoc