# Get Entity JSON Schema

Returns the JSON Schema for validating Entity definitions. This is useful for client-side validation before submitting entity creation or update requests. The schema can be filtered by entity kind to get specific validation rules.

Endpoint: GET /v1/entities/json-schema
Version: 1.0
Security: x-api-key

## Query parameters:

  - `kind` (string)
    Filter entities by their kind (e.g., component, api, resource, user, workflow)


