All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.ibodrov.mica.server.entities.mica-dashboard-v1.yaml Maven / Gradle / Ivy

The newest version!
name: /mica/dashboard/v1
kind: /mica/kind/v1
schema:
  properties:
    title:
      type: string
    view:
      type: object
      properties:
        name:
          type: string
        parameters:
          type: object
      required:
        - name
    layout:
      enum:
        - table
    table:
      properties:
        columns:
          type: array
          items:
            properties:
              title:
                type: string
              jsonPath:
                type: string
            required:
              - title
      required:
        - columns
  required:
    - title
    - view
    - layout




© 2015 - 2025 Weber Informatics LLC | Privacy Policy