BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • CategoriesController
  • ModelController
  • ObjectTypesController
  • PropertiesController
  • PropertyTypesController
  • RelationsController
  • SchemaController

Class SchemaController

Controller for /model/schema/{type} endpoint.

BEdita\API\Controller\AppController
Extended by BEdita\API\Controller\Model\SchemaController
Namespace: BEdita\API\Controller\Model
Since: 4.0.0
Located at API/src/Controller/Model/SchemaController.php

Methods summary

public
# initialize( )
public
# beforeFilter( Cake\Event\Event $event )

Intentionally left blank to override parent method. Avoid content-type negotiation checks based on Accept header.

Codecoverageignore

public Cake\Http\Response
# jsonSchema( string $typeName )

Get JSON-SCHEMA of a type.

Get JSON-SCHEMA of a type.

Parameters

$typeName
Name of an object type or of a resource type.

Returns

Cake\Http\Response

Constants summary

string CONTENT_TYPE

JSON Schema content type.

JSON Schema content type.

# 'application/schema+json'
BEdita API doc | 4-cactus API documentation generated by ApiGen