From 8806eb9828b3f8adf043da7c5844240731596b7f Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Mon, 19 Feb 2024 23:04:00 +0530 Subject: [PATCH] refactor and cleanup schemas Signed-off-by: MUzairS15 --- .../schemas => models}/component.json | 0 .../meshmodel/schemas => models}/core.json | 0 .../meshmodel/schemas => models}/model.json | 0 .../schemas => models}/relationship.json | 0 .../schemas => models}/selectors.json | 0 schemas/external/swagger.yaml | 7758 ----------------- .../internal/graphql/schema/schema.graphql | 722 -- schemas/meshmodel/meshery/0.6.66/Broker.json | 1 - .../meshmodel/meshery/0.6.66/MeshSync.json | 1 - schemas/meshmodel/meshery/1.0.0/Barrel.json | 1 - .../meshery/1.0.0/BottomRoundRectangle.json | 1 - schemas/meshmodel/meshery/1.0.0/Comment.json | 1 - .../meshery/1.0.0/ConcaveHexagon.json | 1 - .../meshmodel/meshery/1.0.0/CutRectangle.json | 1 - schemas/meshmodel/meshery/1.0.0/Diamond.json | 1 - schemas/meshmodel/meshery/1.0.0/Ellipse.json | 1 - schemas/meshmodel/meshery/1.0.0/Heptagon.json | 1 - schemas/meshmodel/meshery/1.0.0/Hexagon.json | 1 - schemas/meshmodel/meshery/1.0.0/Pentagon.json | 1 - schemas/meshmodel/meshery/1.0.0/Polygon.json | 1 - .../meshmodel/meshery/1.0.0/Rectangle.json | 1 - schemas/meshmodel/meshery/1.0.0/Rhomboid.json | 1 - .../meshery/1.0.0/RightRhomboid.json | 1 - .../meshmodel/meshery/1.0.0/RoundBarrel.json | 1 - .../meshmodel/meshery/1.0.0/RoundDiamond.json | 1 - .../meshery/1.0.0/RoundHeptagon.json | 1 - .../meshmodel/meshery/1.0.0/RoundHexagon.json | 1 - .../meshmodel/meshery/1.0.0/RoundOctagon.json | 1 - .../meshery/1.0.0/RoundPentagon.json | 1 - .../meshery/1.0.0/RoundRectangle.json | 1 - schemas/meshmodel/meshery/1.0.0/RoundTag.json | 1 - .../meshery/1.0.0/RoundTriangle.json | 1 - schemas/meshmodel/meshery/1.0.0/Star.json | 1 - schemas/meshmodel/meshery/1.0.0/Tag.json | 1 - schemas/meshmodel/meshery/1.0.0/Triangle.json | 1 - schemas/meshmodel/meshery/1.0.0/Vee.json | 1 - .../meshmodel/meshery/1.0.0/WASMFilter.json | 1 - 37 files changed, 8510 deletions(-) rename {schemas/meshmodel/schemas => models}/component.json (100%) rename {schemas/meshmodel/schemas => models}/core.json (100%) rename {schemas/meshmodel/schemas => models}/model.json (100%) rename {schemas/meshmodel/schemas => models}/relationship.json (100%) rename {schemas/meshmodel/schemas => models}/selectors.json (100%) delete mode 100755 schemas/external/swagger.yaml delete mode 100644 schemas/internal/graphql/schema/schema.graphql delete mode 100644 schemas/meshmodel/meshery/0.6.66/Broker.json delete mode 100644 schemas/meshmodel/meshery/0.6.66/MeshSync.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Barrel.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/BottomRoundRectangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Comment.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/ConcaveHexagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/CutRectangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Diamond.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Ellipse.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Heptagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Hexagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Pentagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Polygon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Rectangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Rhomboid.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RightRhomboid.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundBarrel.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundDiamond.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundHeptagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundHexagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundOctagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundPentagon.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundRectangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundTag.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/RoundTriangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Star.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Tag.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Triangle.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/Vee.json delete mode 100644 schemas/meshmodel/meshery/1.0.0/WASMFilter.json diff --git a/schemas/meshmodel/schemas/component.json b/models/component.json similarity index 100% rename from schemas/meshmodel/schemas/component.json rename to models/component.json diff --git a/schemas/meshmodel/schemas/core.json b/models/core.json similarity index 100% rename from schemas/meshmodel/schemas/core.json rename to models/core.json diff --git a/schemas/meshmodel/schemas/model.json b/models/model.json similarity index 100% rename from schemas/meshmodel/schemas/model.json rename to models/model.json diff --git a/schemas/meshmodel/schemas/relationship.json b/models/relationship.json similarity index 100% rename from schemas/meshmodel/schemas/relationship.json rename to models/relationship.json diff --git a/schemas/meshmodel/schemas/selectors.json b/models/selectors.json similarity index 100% rename from schemas/meshmodel/schemas/selectors.json rename to models/selectors.json diff --git a/schemas/external/swagger.yaml b/schemas/external/swagger.yaml deleted file mode 100755 index 0ad5868adf..0000000000 --- a/schemas/external/swagger.yaml +++ /dev/null @@ -1,7758 +0,0 @@ -basePath: / -consumes: - - application/json - - multipart/form-data -definitions: - AccountExtension: - description: AccountExtension describes the Account extension point in the UI - properties: - children: - $ref: '#/definitions/AccountExtensions' - component: - type: string - x-go-name: Component - href: - $ref: '#/definitions/Href' - link: - type: boolean - x-go-name: Link - on_click_callback: - format: int64 - type: integer - x-go-name: OnClickCallback - show: - type: boolean - x-go-name: Show - title: - type: string - x-go-name: Title - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - AccountExtensions: - description: NavigatorExtensions is a collection of AccountExtension - items: - $ref: '#/definitions/AccountExtension' - type: array - x-go-package: github.com/layer5io/meshery/server/models - Adapter: - description: Adapter represents an adapter in Meshery - properties: - adapter_location: - type: string - x-go-name: Location - git_commit_sha: - type: string - x-go-name: GitCommitSHA - name: - type: string - x-go-name: Name - ops: - items: - $ref: '#/definitions/SupportedOperation' - type: array - x-go-name: Ops - version: - type: string - x-go-name: Version - type: object - x-go-package: github.com/layer5io/meshery/server/models - Adapters: - properties: - appMesh: - type: boolean - x-go-name: AppMesh - cilium: - type: boolean - x-go-name: Cilium - citrix: - type: boolean - x-go-name: Citrix - consul: - type: boolean - x-go-name: Consul - istio: - type: boolean - x-go-name: Istio - kuma: - type: boolean - x-go-name: Kuma - linkerd: - type: boolean - x-go-name: Linkerd - nginx: - type: boolean - x-go-name: Nginx - nsm: - type: boolean - x-go-name: NSM - type: object - x-go-package: github.com/layer5io/meshery/server/models - Alert: - properties: - alertRuleTags: - additionalProperties: - type: string - type: object - x-go-name: AlertRuleTags - conditions: - items: - $ref: '#/definitions/AlertCondition' - type: array - x-go-name: Conditions - executionErrorState: - type: string - x-go-name: ExecutionErrorState - for: - type: string - x-go-name: For - frequency: - type: string - x-go-name: Frequency - handler: - format: int64 - type: integer - x-go-name: Handler - message: - type: string - x-go-name: Message - name: - type: string - x-go-name: Name - noDataState: - type: string - x-go-name: NoDataState - notifications: - items: - $ref: '#/definitions/AlertNotification' - type: array - x-go-name: Notifications - type: object - x-go-package: github.com/grafana-tools/sdk - AlertCondition: - properties: - evaluator: - $ref: '#/definitions/AlertEvaluator' - operator: - $ref: '#/definitions/AlertOperator' - query: - $ref: '#/definitions/AlertQuery' - reducer: - $ref: '#/definitions/AlertReducer' - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/grafana-tools/sdk - AlertEvaluator: - properties: - params: - items: - format: double - type: number - type: array - x-go-name: Params - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/grafana-tools/sdk - AlertNotification: - description: |- - AlertNotification as described in the doc - https://grafana.com/docs/grafana/latest/http_api/alerting_notification_channels/ - properties: - disableResolveMessage: - type: boolean - x-go-name: DisableResolveMessage - frequency: - type: string - x-go-name: Frequency - id: - format: int64 - type: integer - x-go-name: ID - isDefault: - type: boolean - x-go-name: IsDefault - name: - type: string - x-go-name: Name - sendReminder: - type: boolean - x-go-name: SendReminder - settings: - x-go-name: Settings - type: - type: string - x-go-name: Type - uid: - type: string - x-go-name: UID - type: object - x-go-package: github.com/grafana-tools/sdk - AlertOperator: - properties: - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/grafana-tools/sdk - AlertQuery: - properties: - params: - items: - type: string - type: array - x-go-name: Params - type: object - x-go-package: github.com/grafana-tools/sdk - AlertReducer: - properties: - params: - items: - type: string - type: array - x-go-name: Params - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/grafana-tools/sdk - AllUsers: - properties: - data: - items: - $ref: '#/definitions/User' - type: array - x-go-name: Data - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - ApplicationType: - type: string - x-go-package: github.com/layer5io/meshery/server/models - ApplicationTypeResponse: - properties: - application_type: - $ref: '#/definitions/ApplicationType' - supported_extensions: - items: - type: string - type: array - x-go-name: SupportedExtensions - type: object - x-go-package: github.com/layer5io/meshery/server/models - ApplicationsAPIResponse: - description: ApplicationsAPIResponse response retruned by patternfile endpoint on meshery server - properties: - applications: - items: - $ref: '#/definitions/MesheryApplication' - type: array - x-go-name: Applications - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - AuthenticateOKBody: - description: AuthenticateOKBody authenticate o k body - properties: - IdentityToken: - description: An opaque token used to authenticate a user after a successful login - type: string - Status: - description: The status of the authentication - type: string - required: - - IdentityToken - - Status - type: object - x-go-package: github.com/docker/docker/api/types/registry - Axis: - description: for a graph panel - properties: - decimals: - format: int64 - type: integer - x-go-name: Decimals - format: - type: string - x-go-name: Format - label: - type: string - x-go-name: Label - logBase: - format: int64 - type: integer - x-go-name: LogBase - max: - $ref: '#/definitions/FloatString' - min: - $ref: '#/definitions/FloatString' - show: - type: boolean - x-go-name: Show - type: object - x-go-package: github.com/grafana-tools/sdk - BoolString: - properties: - Flag: - type: boolean - Value: - type: string - type: object - x-go-package: github.com/grafana-tools/sdk - Capabilities: - description: Capabilities is the collection of capability - items: - $ref: '#/definitions/Capability' - type: array - x-go-package: github.com/layer5io/meshery/server/models - Capability: - description: Capability is a capability of Provider indicating whether a feature is present - properties: - endpoint: - type: string - x-go-name: Endpoint - feature: - $ref: '#/definitions/Feature' - type: object - x-go-package: github.com/layer5io/meshery/server/models - Category: - properties: - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - name: - type: string - x-go-name: Name - type: object - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - ClientIPConfig: - properties: - timeoutSeconds: - description: |- - timeoutSeconds specifies the seconds of ClientIP type session sticky time. - The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". - Default value is 10800(for 3 hours). - +optional - format: int32 - type: integer - x-go-name: TimeoutSeconds - title: ClientIPConfig represents the configurations of Client IP based session affinity. - type: object - x-go-package: k8s.io/api/core/v1 - CollaboratorExtension: - description: CollaboratorsExtension is the struct for collaborators extension - properties: - component: - type: string - x-go-name: Component - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - CollaboratorExtensions: - description: CollaboratorExtension describes the Collaborator extension point in the UI - items: - $ref: '#/definitions/CollaboratorExtension' - type: array - x-go-package: github.com/layer5io/meshery/server/models - Column: - description: for a table - properties: - text: - type: string - x-go-name: TextType - value: - type: string - x-go-name: Value - type: object - x-go-package: github.com/grafana-tools/sdk - ColumnStyle: - description: for a table - properties: - alias: - type: string - x-go-name: Alias - colorMode: - type: string - x-go-name: ColorMode - colors: - items: - type: string - type: array - x-go-name: Colors - dateFormat: - type: string - x-go-name: DateFormat - decimals: - format: int64 - type: integer - x-go-name: Decimals - link: - type: boolean - x-go-name: Link - linkTargetBlank: - type: boolean - x-go-name: LinkTargetBlank - linkTooltip: - type: string - x-go-name: LinkTooltip - linkUrl: - type: string - x-go-name: LinkUrl - mappingType: - format: int64 - type: integer - x-go-name: MappingType - pattern: - type: string - x-go-name: Pattern - thresholds: - items: - type: string - type: array - x-go-name: Thresholds - type: - type: string - x-go-name: Type - unit: - type: string - x-go-name: Unit - valueMaps: - items: - $ref: '#/definitions/ValueMap' - type: array - x-go-name: ValueMaps - type: object - x-go-package: github.com/grafana-tools/sdk - ComponentDefinition: - properties: - apiVersion: - type: string - x-go-name: APIVersion - displayName: - type: string - x-go-name: DisplayName - displayhostname: - type: string - x-go-name: DisplayHostName - format: - $ref: '#/definitions/ComponentFormat' - hostID: - format: uuid - type: string - x-go-name: HostID - hostname: - type: string - x-go-name: HostName - kind: - type: string - x-go-name: Kind - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - model: - $ref: '#/definitions/Model' - schema: - type: string - x-go-name: Schema - type: object - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - ComponentFormat: - type: string - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - Condition: - description: |- - This struct is intended for direct use as an array at the field path .status.conditions. For example, - - type FooStatus struct{ - Represents the observations of a foo's current state. - Known .status.conditions.type are: "Available", "Progressing", and "Degraded" - +patchMergeKey=type - +patchStrategy=merge - +listType=map - +listMapKey=type - Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` - - other fields - } - properties: - lastTransitionTime: - description: |- - lastTransitionTime is the last time the condition transitioned from one status to another. - This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. - +required - +kubebuilder:validation:Required - +kubebuilder:validation:Type=string - +kubebuilder:validation:Format=date-time - type: string - x-go-name: LastTransitionTime - message: - description: |- - message is a human readable message indicating details about the transition. - This may be an empty string. - +required - +kubebuilder:validation:Required - +kubebuilder:validation:MaxLength=32768 - type: string - x-go-name: Message - observedGeneration: - description: |- - observedGeneration represents the .metadata.generation that the condition was set based upon. - For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date - with respect to the current state of the instance. - +optional - +kubebuilder:validation:Minimum=0 - format: int64 - type: integer - x-go-name: ObservedGeneration - reason: - description: |- - reason contains a programmatic identifier indicating the reason for the condition's last transition. - Producers of specific condition types may define expected values and meanings for this field, - and whether the values are considered a guaranteed API. - The value should be a CamelCase string. - This field may not be empty. - +required - +kubebuilder:validation:Required - +kubebuilder:validation:MaxLength=1024 - +kubebuilder:validation:MinLength=1 - +kubebuilder:validation:Pattern=`^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$` - type: string - x-go-name: Reason - status: - $ref: '#/definitions/ConditionStatus' - type: - description: |- - type of condition in CamelCase or in foo.example.com/CamelCase. - - Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be - useful (see .node.status.conditions), the ability to deconflict is important. - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) - +required - +kubebuilder:validation:Required - +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$` - +kubebuilder:validation:MaxLength=316 - type: string - x-go-name: Type - title: Condition contains details for one aspect of the current state of this API Resource. - type: object - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - ConditionStatus: - type: string - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - Configuration: - properties: - applications: - type: boolean - x-go-name: Applications - designs: - type: boolean - x-go-name: Designs - filters: - type: boolean - x-go-name: Filters - type: object - x-go-package: github.com/layer5io/meshery/server/models - Connection: - properties: - created_at: - format: date-time - type: string - x-go-name: CreatedAt - credential_id: - format: uuid - type: string - x-go-name: CredentialID - deleted_at: - $ref: '#/definitions/NullTime' - id: - format: uuid - type: string - x-go-name: ID - kind: - type: string - x-go-name: Kind - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - name: - type: string - x-go-name: Name - status: - $ref: '#/definitions/ConnectionStatus' - sub_type: - type: string - x-go-name: SubType - type: - type: string - x-go-name: Type - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - user_id: - format: uuid - type: string - x-go-name: UserID - type: object - x-go-package: github.com/layer5io/meshery/server/models - ConnectionStatus: - type: string - x-go-package: github.com/layer5io/meshery/server/models - ConnectionStatusInfo: - properties: - count: - format: int64 - type: integer - x-go-name: Count - status: - type: string - x-go-name: Status - type: object - x-go-package: github.com/layer5io/meshery/server/models - ConnectionsStatusPage: - properties: - connections_status: - items: - $ref: '#/definitions/ConnectionStatusInfo' - type: array - x-go-name: ConnectionsStatus - type: object - x-go-package: github.com/layer5io/meshery/server/models - ContainerChangeResponseItem: - description: ContainerChangeResponseItem change item in response to ContainerChanges operation - properties: - Kind: - description: Kind of change - format: uint8 - type: integer - Path: - description: Path to file that has changed - type: string - required: - - Kind - - Path - type: object - x-go-package: github.com/docker/docker/api/types/container - ContainerCreateCreatedBody: - description: ContainerCreateCreatedBody OK response to ContainerCreate operation - properties: - Id: - description: The ID of the created container - type: string - x-go-name: ID - Warnings: - description: Warnings encountered when creating the container - items: - type: string - type: array - required: - - Id - - Warnings - type: object - x-go-package: github.com/docker/docker/api/types/container - ContainerTopOKBody: - description: ContainerTopOKBody OK response to ContainerTop operation - properties: - Processes: - description: |- - Each process running in the container, where each is process - is an array of values corresponding to the titles. - items: - items: - type: string - type: array - type: array - Titles: - description: The ps column titles - items: - type: string - type: array - required: - - Processes - - Titles - type: object - x-go-package: github.com/docker/docker/api/types/container - ContainerUpdateOKBody: - description: ContainerUpdateOKBody OK response to ContainerUpdate operation - properties: - Warnings: - description: warnings - items: - type: string - type: array - required: - - Warnings - type: object - x-go-package: github.com/docker/docker/api/types/container - ContainerWaitOKBody: - description: ContainerWaitOKBody OK response to ContainerWait operation - properties: - Error: - $ref: '#/definitions/ContainerWaitOKBodyError' - StatusCode: - description: Exit code of the container - format: int64 - type: integer - required: - - Error - - StatusCode - type: object - x-go-package: github.com/docker/docker/api/types/container - ContainerWaitOKBodyError: - description: ContainerWaitOKBodyError container waiting error, if any - properties: - Message: - description: Details of an error - type: string - type: object - x-go-package: github.com/docker/docker/api/types/container - CountBySeverityLevel: - properties: - count: - format: int64 - type: integer - x-go-name: Count - severity: - type: string - x-go-name: Severity - type: object - x-go-package: github.com/layer5io/meshery/server/models - DatabaseSummary: - properties: - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - record_count: - format: int64 - type: integer - x-go-name: RecordCount - tables: - items: - $ref: '#/definitions/SqliteSchema' - type: array - x-go-name: Tables - total_tables: - format: int64 - type: integer - x-go-name: TotalTables - type: object - x-go-package: github.com/layer5io/meshery/server/models - DesignerComponents: - properties: - application: - type: boolean - x-go-name: Application - deploy: - type: boolean - x-go-name: Deploy - design: - type: boolean - x-go-name: Design - filter: - type: boolean - x-go-name: Filter - new: - type: boolean - x-go-name: New - save: - type: boolean - x-go-name: Save - saveAs: - type: boolean - x-go-name: SaveAs - unDeploy: - type: boolean - x-go-name: Undeploy - validate: - type: boolean - x-go-name: Validate - type: object - x-go-package: github.com/layer5io/meshery/server/models - Detail: - properties: - assertions: - type: string - x-go-name: Assertions - capability: - type: string - x-go-name: Capability - reason: - type: string - x-go-name: Reason - result: - type: string - x-go-name: Result - smi_specification: - type: string - x-go-name: SmiSpecification - smi_version: - type: string - x-go-name: SmiVersion - status: - type: string - x-go-name: Status - time: - type: string - x-go-name: Time - type: object - x-go-package: github.com/layer5io/meshery/server/models - DuplicateResponseComponent: - properties: - apiVersion: - type: string - x-go-name: APIVersion - displayName: - type: string - x-go-name: DisplayName - displayhostname: - type: string - x-go-name: DisplayHostName - duplicates: - format: int64 - type: integer - x-go-name: Duplicates - format: - $ref: '#/definitions/ComponentFormat' - hostID: - format: uuid - type: string - x-go-name: HostID - hostname: - type: string - x-go-name: HostName - kind: - type: string - x-go-name: Kind - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - model: - $ref: '#/definitions/Model' - schema: - type: string - x-go-name: Schema - type: object - x-go-package: github.com/layer5io/meshery/server/models - DuplicateResponseModels: - properties: - category: - $ref: '#/definitions/Category' - displayName: - type: string - x-go-name: DisplayName - displayhostname: - type: string - x-go-name: DisplayHostName - duplicates: - format: int64 - type: integer - x-go-name: Duplicates - hostID: - format: uuid - type: string - x-go-name: HostID - hostname: - type: string - x-go-name: HostName - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - name: - type: string - x-go-name: Name - version: - type: string - x-go-name: Version - type: object - x-go-package: github.com/layer5io/meshery/server/models - Environment: - description: Environment - represents a kubernetes environment - properties: - Kubernetes: - type: string - NodeCount: - format: int64 - type: integer - type: object - x-go-package: github.com/layer5io/meshery/server/models - EnvironmentData: - properties: - created_at: - format: date-time - type: string - x-go-name: CreatedAt - deleted_at: - $ref: '#/definitions/NullTime' - description: - type: string - x-go-name: Description - id: - format: uuid - type: string - x-go-name: ID - name: - type: string - x-go-name: Name - org_id: - format: uuid - type: string - x-go-name: OrganizationID - owner: - type: string - x-go-name: Owner - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - type: object - x-go-package: github.com/layer5io/meshery/server/models - EnvironmentPage: - properties: - environments: - items: - $ref: '#/definitions/Environment' - type: array - x-go-name: Environments - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - ErrorResponse: - properties: - message: - description: The error message. - type: string - x-go-name: Message - required: - - message - title: ErrorResponse Represents an error. - type: object - x-go-package: github.com/docker/docker/api/types - Event: - description: Event Defines model for event_trackers - properties: - acted_upon: - description: ActedUpon UUID of the entity on which the event was performed. - format: uuid - type: string - x-go-name: ActedUpon - action: - description: Action Action taken on the resource. - type: string - x-go-name: Action - category: - description: Category Resource name on which the operation is invoked. - type: string - x-go-name: Category - created_at: - description: CreatedAt Timestamp when the resource was created. - format: date-time - type: string - x-go-name: CreatedAt - deleted_at: - description: DeletedAt Timestamp when the resource was deleted. - format: date-time - type: string - x-go-name: DeletedAt - description: - description: Description A summary/receipt of event that occured. - type: string - x-go-name: Description - id: - format: uuid - type: string - x-go-name: ID - metadata: - additionalProperties: {} - description: |- - Metadata Contains meaningful information, specific to the type of event. - Structure of metadata can be different for different events. - type: object - x-go-name: Metadata - operation_id: - format: uuid - type: string - x-go-name: OperationID - severity: - $ref: '#/definitions/EventSeverity' - status: - $ref: '#/definitions/EventStatus' - system_id: - format: uuid - type: string - x-go-name: SystemID - updated_at: - description: UpdatedAt Timestamp when the resource was updated. - format: date-time - type: string - x-go-name: UpdatedAt - user_id: - format: uuid - type: string - x-go-name: UserID - type: object - x-go-package: github.com/layer5io/meshkit/models/events - EventSeverity: - title: EventSeverity A set of seven standard event levels. - type: string - x-go-package: github.com/layer5io/meshkit/models/events - EventStatus: - title: EventStatus Status for the event. - type: string - x-go-package: github.com/layer5io/meshkit/models/events - EventsResponse: - properties: - count_by_severity_level: - items: - $ref: '#/definitions/CountBySeverityLevel' - type: array - x-go-name: CountBySeverityLevel - events: - items: - $ref: '#/definitions/Event' - type: array - x-go-name: Events - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - Extensions: - description: Extensions defines the UI extension points - properties: - account: - $ref: '#/definitions/AccountExtensions' - collaborator: - $ref: '#/definitions/CollaboratorExtensions' - graphql: - $ref: '#/definitions/GraphQLExtensions' - navigator: - $ref: '#/definitions/NavigatorExtensions' - user_prefs: - $ref: '#/definitions/UserPrefsExtensions' - type: object - x-go-package: github.com/layer5io/meshery/server/models - Feature: - description: Feature is a type to store the features of the provider - type: string - x-go-package: github.com/layer5io/meshery/server/models - FieldConfig: - properties: - defaults: - $ref: '#/definitions/FieldConfigDefaults' - type: object - x-go-package: github.com/grafana-tools/sdk - FieldConfigColor: - properties: - fixedColor: - type: string - x-go-name: FixedColor - mode: - type: string - x-go-name: Mode - seriesBy: - type: string - x-go-name: SeriesBy - type: object - x-go-package: github.com/grafana-tools/sdk - FieldConfigCustom: - properties: - axisLabel: - type: string - x-go-name: AxisLabel - axisPlacement: - type: string - x-go-name: AxisPlacement - axisSoftMax: - format: int64 - type: integer - x-go-name: AxisSoftMax - axisSoftMin: - format: int64 - type: integer - x-go-name: AxisSoftMin - barAlignment: - format: int64 - type: integer - x-go-name: BarAlignment - drawStyle: - type: string - x-go-name: DrawStyle - fillOpacity: - format: int64 - type: integer - x-go-name: FillOpacity - gradientMode: - type: string - x-go-name: GradientMode - hideFrom: - properties: - legend: - type: boolean - x-go-name: Legend - tooltip: - type: boolean - x-go-name: Tooltip - viz: - type: boolean - x-go-name: Viz - type: object - x-go-name: HideFrom - lineInterpolation: - type: string - x-go-name: LineInterpolation - lineStyle: - properties: - fill: - type: string - x-go-name: Fill - type: object - x-go-name: LineStyle - lineWidth: - format: int64 - type: integer - x-go-name: LineWidth - pointSize: - format: int64 - type: integer - x-go-name: PointSize - scaleDistribution: - properties: - log: - format: int64 - type: integer - x-go-name: Log - type: - type: string - x-go-name: Type - type: object - x-go-name: ScaleDistribution - showPoints: - type: string - x-go-name: ShowPoints - spanNulls: - type: boolean - x-go-name: SpanNulls - stacking: - properties: - group: - type: string - x-go-name: Group - mode: - type: string - x-go-name: Mode - type: object - x-go-name: Stacking - thresholdsStyle: - properties: - mode: - type: string - x-go-name: Mode - type: object - x-go-name: ThresholdsStyle - type: object - x-go-package: github.com/grafana-tools/sdk - FieldConfigDefaults: - properties: - color: - $ref: '#/definitions/FieldConfigColor' - custom: - $ref: '#/definitions/FieldConfigCustom' - decimals: - format: int64 - type: integer - x-go-name: Decimals - links: - items: - $ref: '#/definitions/Link' - type: array - x-go-name: Links - max: - format: double - type: number - x-go-name: Max - min: - format: double - type: number - x-go-name: Min - thresholds: - $ref: '#/definitions/Thresholds' - unit: - type: string - x-go-name: Unit - type: object - x-go-package: github.com/grafana-tools/sdk - FieldsV1: - description: |- - Each key is either a '.' representing the field itself, and will always map to an empty set, - or a string representing a sub-field or item. The string will follow one of these four formats: - 'f:', where is the name of a field in a struct, or key in a map - 'v:', where is the exact json formatted value of a list item - 'i:', where is position of a item in a list - 'k:', where is a map of a list item's key fields to their unique values - If a key maps to an empty Fields value, the field that key represents is part of the set. - - The exact format is defined in sigs.k8s.io/structured-merge-diff - +protobuf.options.(gogoproto.goproto_stringer)=false - title: FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format. - type: object - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - FiltersAPIResponse: - description: FiltersAPIResponse response retruned by filterfile endpoint on meshery server - properties: - filters: - items: - $ref: '#/definitions/MesheryFilter' - type: array - x-go-name: Filters - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - FloatString: - properties: - Valid: - type: boolean - Value: - format: double - type: number - title: 'FloatString represents special type for json values that could be strings or ints: 100 or "100"' - type: object - x-go-package: github.com/grafana-tools/sdk - Gauge: - description: for a stat - properties: - maxValue: - format: float - type: number - x-go-name: MaxValue - minValue: - format: float - type: number - x-go-name: MinValue - show: - type: boolean - x-go-name: Show - thresholdLabels: - type: boolean - x-go-name: ThresholdLabels - thresholdMarkers: - type: boolean - x-go-name: ThresholdMarkers - type: object - x-go-package: github.com/grafana-tools/sdk - Grafana: - description: Grafana represents the Grafana session config - properties: - grafanaAPIKey: - type: string - x-go-name: GrafanaAPIKey - grafanaURL: - type: string - x-go-name: GrafanaURL - selectedBoardsConfigs: - description: GrafanaBoardSearch string `json:"grafanaBoardSearch,omitempty"` - items: - $ref: '#/definitions/SelectedGrafanaConfig' - type: array - x-go-name: GrafanaBoards - type: object - x-go-package: github.com/layer5io/meshery/server/models - GrafanaBoard: - description: GrafanaBoard represents a Grafana board - properties: - org_id: - format: uint64 - type: integer - x-go-name: OrgID - panels: - items: - $ref: '#/definitions/Panel' - type: array - x-go-name: Panels - slug: - type: string - x-go-name: Slug - template_vars: - items: - $ref: '#/definitions/GrafanaTemplateVars' - type: array - x-go-name: TemplateVars - title: - type: string - x-go-name: Title - uid: - type: string - x-go-name: UID - uri: - type: string - x-go-name: URI - type: object - x-go-package: github.com/layer5io/meshery/server/models - GrafanaConfigParams: - description: Parameters to save Grafana configuration - properties: - grafanaAPIKey: - type: string - x-go-name: GrafanaAPIKey - grafanaURL: - type: string - x-go-name: GrafanaURL - type: object - x-go-package: github.com/layer5io/meshery/server/models - GrafanaDataSource: - description: GrafanaDataSource represents a Grafana datasource like Prometheus - properties: - id: - format: uint64 - type: integer - x-go-name: ID - name: - type: string - x-go-name: Name - type: object - x-go-package: github.com/layer5io/meshery/server/models - GrafanaTemplateVars: - description: GrafanaTemplateVars represents template variables in a bboard - properties: - datasource: - $ref: '#/definitions/GrafanaDataSource' - hide: - format: uint8 - type: integer - x-go-name: Hide - name: - type: string - x-go-name: Name - query: - type: string - x-go-name: Query - value: - x-go-name: Value - type: object - x-go-package: github.com/layer5io/meshery/server/models - GraphDriverData: - properties: - Data: - additionalProperties: - type: string - description: data - type: object - Name: - description: name - type: string - required: - - Data - - Name - title: GraphDriverData Information about a container's graph driver. - type: object - x-go-package: github.com/docker/docker/api/types - GraphQLExtension: - description: GraphQLExtension describes the graphql server extension point in the backend - properties: - component: - type: string - x-go-name: Component - path: - type: string - x-go-name: Path - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - GraphQLExtensions: - description: GraphQLExtensions is a collection of GraphQLExtension endpoints - items: - $ref: '#/definitions/GraphQLExtension' - type: array - x-go-package: github.com/layer5io/meshery/server/models - HeaderComponents: - properties: - contextSwitcher: - type: boolean - x-go-name: ContextSwitcher - notifications: - type: boolean - x-go-name: Notifications - profile: - type: boolean - x-go-name: Profile - settings: - type: boolean - x-go-name: Settings - type: object - x-go-package: github.com/layer5io/meshery/server/models - HistoryResponseItem: - description: HistoryResponseItem individual image layer information in response to ImageHistory operation - properties: - Comment: - description: comment - type: string - Created: - description: created - format: int64 - type: integer - CreatedBy: - description: created by - type: string - Id: - description: Id - type: string - x-go-name: ID - Size: - description: size - format: int64 - type: integer - Tags: - description: tags - items: - type: string - type: array - required: - - Comment - - Created - - CreatedBy - - Id - - Size - - Tags - type: object - x-go-package: github.com/docker/docker/api/types/image - Href: - description: Href describes a link along with its type - properties: - external: - type: boolean - x-go-name: External - uri: - type: string - x-go-name: URI - type: object - x-go-package: github.com/layer5io/meshery/server/models - IPFamily: - description: |- - IPFamily represents the IP Family (IPv4 or IPv6). This type is used - to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies). - +enum - type: string - x-go-package: k8s.io/api/core/v1 - IPFamilyPolicy: - description: |- - IPFamilyPolicy represents the dual-stack-ness requested or required by a Service - +enum - type: string - x-go-package: k8s.io/api/core/v1 - IdResponse: - description: IDResponse Response to an API call that returns just an Id - properties: - Id: - description: The id of the newly created object. - type: string - x-go-name: ID - required: - - Id - type: object - x-go-name: IDResponse - x-go-package: github.com/docker/docker/api/types - ImageDeleteResponseItem: - description: ImageDeleteResponseItem image delete response item - properties: - Deleted: - description: The image ID of an image that was deleted - type: string - Untagged: - description: The image ID of an image that was untagged - type: string - type: object - x-go-package: github.com/docker/docker/api/types - ImageSummary: - description: ImageSummary image summary - properties: - Containers: - description: containers - format: int64 - type: integer - Created: - description: created - format: int64 - type: integer - Id: - description: Id - type: string - x-go-name: ID - Labels: - additionalProperties: - type: string - description: labels - type: object - ParentId: - description: parent Id - type: string - x-go-name: ParentID - RepoDigests: - description: repo digests - items: - type: string - type: array - RepoTags: - description: repo tags - items: - type: string - type: array - SharedSize: - description: shared size - format: int64 - type: integer - Size: - description: size - format: int64 - type: integer - VirtualSize: - description: virtual size - format: int64 - type: integer - required: - - Containers - - Created - - Id - - Labels - - ParentId - - RepoDigests - - RepoTags - - SharedSize - - Size - - VirtualSize - type: object - x-go-package: github.com/docker/docker/api/types - IntOrString: - description: |- - +protobuf=true - +protobuf.options.(gogoproto.goproto_stringer)=false - +k8s:openapi-gen=true - properties: - IntVal: - format: int32 - type: integer - StrVal: - type: string - Type: - $ref: '#/definitions/Type' - title: |- - IntOrString is a type that can hold an int32 or a string. When used in - JSON or YAML marshalling and unmarshalling, it produces or consumes the - inner type. This allows you to have, for example, a JSON field that can - accept a name or number. - TODO: Rename to Int32OrString - type: object - x-go-package: k8s.io/apimachinery/pkg/util/intstr - IntString: - properties: - Valid: - type: boolean - Value: - format: int64 - type: integer - title: 'IntString represents special type for json values that could be strings or ints: 100 or "100"' - type: object - x-go-package: github.com/grafana-tools/sdk - K8sContext: - properties: - auth: - $ref: '#/definitions/Map' - cluster: - $ref: '#/definitions/Map' - connection_id: - type: string - x-go-name: ConnectionID - created_at: - format: date-time - type: string - x-go-name: CreatedAt - created_by: - format: uuid - type: string - x-go-name: CreatedBy - deployment_type: - type: string - x-go-name: DeploymentType - id: - type: string - x-go-name: ID - kubernetes_server_id: - format: uuid - type: string - x-go-name: KubernetesServerID - meshery_instance_id: - format: uuid - type: string - x-go-name: MesheryInstanceID - name: - type: string - x-go-name: Name - owner: - format: uuid - type: string - x-go-name: Owner - server: - type: string - x-go-name: Server - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - version: - type: string - x-go-name: Version - type: object - x-go-package: github.com/layer5io/meshery/server/models - LatenciesMs: - description: LatenciesMs - represents a collection of important latencies - properties: - Average: - format: double - type: number - Max: - format: double - type: number - Min: - format: double - type: number - P50: - format: double - type: number - P90: - format: double - type: number - P99: - format: double - type: number - type: object - x-go-package: github.com/layer5io/meshery/server/models - Legend: - description: for a graph panel - properties: - alignAsTable: - type: boolean - x-go-name: AlignAsTable - avg: - type: boolean - x-go-name: Avg - current: - type: boolean - x-go-name: Current - hideEmpty: - type: boolean - x-go-name: HideEmpty - hideZero: - type: boolean - x-go-name: HideZero - max: - type: boolean - x-go-name: Max - min: - type: boolean - x-go-name: Min - rightSide: - type: boolean - x-go-name: RightSide - show: - type: boolean - x-go-name: Show - sideWidth: - format: uint64 - type: integer - x-go-name: SideWidth - total: - type: boolean - x-go-name: Total - values: - type: boolean - x-go-name: Values - type: object - x-go-package: github.com/grafana-tools/sdk - Link: - description: Link represents link to another dashboard or external weblink - properties: - asDropdown: - type: boolean - x-go-name: AsDropdown - dashUri: - type: string - x-go-name: DashURI - dashboard: - type: string - x-go-name: Dashboard - icon: - type: string - x-go-name: Icon - includeVars: - type: boolean - x-go-name: IncludeVars - keepTime: - type: boolean - x-go-name: KeepTime - params: - type: string - x-go-name: Params - tags: - items: - type: string - type: array - x-go-name: Tags - targetBlank: - type: boolean - x-go-name: TargetBlank - title: - type: string - x-go-name: Title - tooltip: - type: string - x-go-name: Tooltip - type: - type: string - x-go-name: Type - url: - type: string - x-go-name: URL - type: object - x-go-package: github.com/grafana-tools/sdk - LoadBalancerIngress: - description: traffic intended for the service should be sent to an ingress point. - properties: - hostname: - description: |- - Hostname is set for load-balancer ingress points that are DNS based - (typically AWS load-balancers) - +optional - type: string - x-go-name: Hostname - ip: - description: |- - IP is set for load-balancer ingress points that are IP based - (typically GCE or OpenStack load-balancers) - +optional - type: string - x-go-name: IP - ports: - description: |- - Ports is a list of records of service ports - If used, every port defined in the service should have an entry in it - +listType=atomic - +optional - items: - $ref: '#/definitions/PortStatus' - type: array - x-go-name: Ports - title: 'LoadBalancerIngress represents the status of a load-balancer ingress point:' - type: object - x-go-package: k8s.io/api/core/v1 - LoadBalancerStatus: - properties: - ingress: - description: |- - Ingress is a list containing ingress points for the load-balancer. - Traffic intended for the service should be sent to these ingress points. - +optional - items: - $ref: '#/definitions/LoadBalancerIngress' - type: array - x-go-name: Ingress - title: LoadBalancerStatus represents the status of a load-balancer. - type: object - x-go-package: k8s.io/api/core/v1 - LoadTestPreferences: - description: LoadTestPreferences represents the load test preferences - properties: - c: - format: int64 - type: integer - x-go-name: ConcurrentRequests - gen: - type: string - x-go-name: LoadGenerator - qps: - format: int64 - type: integer - x-go-name: QueriesPerSecond - t: - type: string - x-go-name: Duration - type: object - x-go-package: github.com/layer5io/meshery/server/models - ManagedFieldsEntry: - description: |- - ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource - that the fieldset applies to. - properties: - apiVersion: - description: |- - APIVersion defines the version of this resource that this field set - applies to. The format is "group/version" just like the top-level - APIVersion field. It is necessary to track the version of a field - set because it cannot be automatically converted. - type: string - x-go-name: APIVersion - fieldsType: - description: |- - FieldsType is the discriminator for the different fields format and version. - There is currently only one possible value: "FieldsV1" - type: string - x-go-name: FieldsType - fieldsV1: - $ref: '#/definitions/FieldsV1' - manager: - description: Manager is an identifier of the workflow managing these fields. - type: string - x-go-name: Manager - operation: - $ref: '#/definitions/ManagedFieldsOperationType' - subresource: - description: |- - Subresource is the name of the subresource used to update that object, or - empty string if the object was updated through the main resource. The - value of this field is used to distinguish between managers, even if they - share the same name. For example, a status update will be distinct from a - regular update using the same manager name. - Note that the APIVersion field is not related to the Subresource field and - it always corresponds to the version of the main resource. - type: string - x-go-name: Subresource - time: - description: |- - Time is the timestamp of when the ManagedFields entry was added. The - timestamp will also be updated if a field is added, the manager - changes any of the owned fields value or removes a field. The - timestamp does not update when a field is removed from the entry - because another manager took it over. - +optional - type: string - x-go-name: Time - type: object - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - ManagedFieldsOperationType: - title: ManagedFieldsOperationType is the type of operation which lead to a ManagedFieldsEntry being created. - type: string - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - Map: - additionalProperties: {} - description: |- - It implements native SQL driver interfaces and hence can - be used for SQL json or jsonb types as a drop in replacement - of golang native maps - title: Map type is an alias for map[string]interface{} - type: object - x-go-package: github.com/layer5io/meshery/server/internal/sql - MapType: - properties: - name: - type: string - x-go-name: Name - value: - format: int64 - type: integer - x-go-name: Value - type: object - x-go-package: github.com/grafana-tools/sdk - MeshMapComponentSet: - properties: - designer: - $ref: '#/definitions/DesignerComponents' - visualizer: - type: boolean - x-go-name: Visualizer - type: object - x-go-package: github.com/layer5io/meshery/server/models - MesheryApplication: - description: MesheryApplication represents the applications that needs to be saved - properties: - application_file: - type: string - x-go-name: ApplicationFile - created_at: - format: date-time - type: string - x-go-name: CreatedAt - id: - format: uuid - type: string - x-go-name: ID - location: - $ref: '#/definitions/Map' - name: - type: string - x-go-name: Name - source_content: - items: - format: uint8 - type: integer - type: array - x-go-name: SourceContent - type: - $ref: '#/definitions/NullString' - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - user_id: - description: |- - Meshery doesn't have the user id fields - but the remote provider is allowed to provide one - type: string - x-go-name: UserID - type: object - x-go-package: github.com/layer5io/meshery/server/models - MesheryFilter: - description: MesheryFilter represents the filters that needs to be saved - properties: - catalogData: - $ref: '#/definitions/Map' - created_at: - format: date-time - type: string - x-go-name: CreatedAt - filter_file: - items: - format: uint8 - type: integer - type: array - x-go-name: FilterFile - filter_resource: - type: string - x-go-name: FilterResource - id: - format: uuid - type: string - x-go-name: ID - location: - $ref: '#/definitions/Map' - name: - type: string - x-go-name: Name - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - user_id: - description: |- - Meshery doesn't have the user id fields - but the remote provider is allowed to provide one - type: string - x-go-name: UserID - visibility: - type: string - x-go-name: Visibility - type: object - x-go-package: github.com/layer5io/meshery/server/models - MesheryK8sContextPage: - description: MesheryK8sContextPage represents a page of contexts - properties: - contexts: - items: - $ref: '#/definitions/K8sContext' - type: array - x-go-name: Contexts - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - MesheryPattern: - description: MesheryPattern represents the patterns that needs to be saved - properties: - catalogData: - $ref: '#/definitions/Map' - created_at: - format: date-time - type: string - x-go-name: CreatedAt - id: - format: uuid - type: string - x-go-name: ID - location: - $ref: '#/definitions/Map' - name: - type: string - x-go-name: Name - pattern_file: - type: string - x-go-name: PatternFile - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - user_id: - description: |- - Meshery doesn't have the user id fields - but the remote provider is allowed to provide one - type: string - x-go-name: UserID - visibility: - type: string - x-go-name: Visibility - type: object - x-go-package: github.com/layer5io/meshery/server/models - MesheryUICapabilities: - properties: - header: - $ref: '#/definitions/HeaderComponents' - navigator: - $ref: '#/definitions/NavigatorComponents' - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelCategoriesAPIResponse: - description: API response model for meshmodel categories API - properties: - categories: - items: - $ref: '#/definitions/Category' - type: array - x-go-name: Categories - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelComponentsAPIResponse: - description: API response model for meshmodel components API - properties: - components: - items: - $ref: '#/definitions/ComponentDefinition' - type: array - x-go-name: Components - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelComponentsDuplicateAPIResponse: - description: API response model for meshmodel components API that contains the number of duplicates for each component - properties: - components: - items: - $ref: '#/definitions/DuplicateResponseComponent' - type: array - x-go-name: Components - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelPoliciesAPIResponse: - description: API response model for meshmodel relationships API - properties: - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - policies: - items: - $ref: '#/definitions/PolicyDefinition' - type: array - x-go-name: Policies - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelRelationshipsAPIResponse: - description: API response model for meshmodel relationships API - properties: - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - relationships: - items: - $ref: '#/definitions/RelationshipDefinition' - type: array - x-go-name: Relationships - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelsAPIResponse: - description: API response model for meshmodel models API - properties: - models: - items: - $ref: '#/definitions/Model' - type: array - x-go-name: Models - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - MeshmodelsDuplicateAPIResponse: - description: API response model for meshmodel models API that contains the number of duplicates for each model - properties: - models: - items: - $ref: '#/definitions/DuplicateResponseModels' - type: array - x-go-name: Models - page: - format: int64 - type: integer - x-go-name: Page - page_size: - format: int64 - type: integer - x-go-name: PageSize - total_count: - format: int64 - type: integer - x-go-name: Count - type: object - x-go-package: github.com/layer5io/meshery/server/models - Model: - properties: - category: - $ref: '#/definitions/Category' - displayName: - type: string - x-go-name: DisplayName - displayhostname: - type: string - x-go-name: DisplayHostName - hostID: - format: uuid - type: string - x-go-name: HostID - hostname: - type: string - x-go-name: HostName - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - name: - type: string - x-go-name: Name - version: - type: string - x-go-name: Version - type: object - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - NavigatorComponents: - properties: - configuration: - $ref: '#/definitions/Configuration' - conformance: - type: boolean - x-go-name: Conformance - dashboard: - type: boolean - x-go-name: Dashboard - extensions: - type: boolean - x-go-name: Extensions - help: - type: boolean - x-go-name: Help - lifecycle: - $ref: '#/definitions/Adapters' - performance: - type: boolean - x-go-name: Performance - toggler: - type: boolean - x-go-name: Toggler - type: object - x-go-package: github.com/layer5io/meshery/server/models - NavigatorExtension: - description: NavigatorExtension describes the Navigator extension point in the UI - properties: - allowedTo: - $ref: '#/definitions/MeshMapComponentSet' - children: - $ref: '#/definitions/NavigatorExtensions' - component: - type: string - x-go-name: Component - href: - $ref: '#/definitions/Href' - icon: - type: string - x-go-name: Icon - isBeta: - type: boolean - x-go-name: IsBeta - link: - type: boolean - x-go-name: Link - on_click_callback: - format: int64 - type: integer - x-go-name: OnClickCallback - show: - type: boolean - x-go-name: Show - title: - type: string - x-go-name: Title - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - NavigatorExtensions: - description: NavigatorExtensions is a collection of NavigatorExtension - items: - $ref: '#/definitions/NavigatorExtension' - type: array - x-go-package: github.com/layer5io/meshery/server/models - NullString: - description: |- - var s NullString - err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s) - ... - if s.Valid { - use s.String - } else { - NULL value - } - properties: - String: - type: string - Valid: - type: boolean - title: |- - NullString represents a string that may be null. - NullString implements the Scanner interface so - it can be used as a scan destination: - type: object - x-go-package: database/sql - NullTime: - description: |- - NullTime implements the Scanner interface so - it can be used as a scan destination, similar to NullString. - properties: - Time: - format: date-time - type: string - Valid: - type: boolean - title: NullTime represents a time.Time that may be null. - type: object - x-go-package: database/sql - OpCategory: - format: int32 - type: integer - x-go-package: github.com/layer5io/meshery/server/meshes - Options: - properties: - colorMode: - type: string - x-go-name: ColorMode - content: - type: string - x-go-name: Content - displayMode: - type: string - x-go-name: DisplayMode - graphMode: - type: string - x-go-name: GraphMode - justifyMode: - type: string - x-go-name: JustifyMode - mode: - type: string - x-go-name: Mode - orientation: - type: string - x-go-name: Orientation - reduceOptions: - properties: - calcs: - items: - type: string - type: array - x-go-name: Calcs - fields: - type: string - x-go-name: Fields - values: - type: boolean - x-go-name: Values - type: object - x-go-name: ReduceOptions - textMode: - type: string - x-go-name: TextMode - type: object - x-go-package: github.com/grafana-tools/sdk - OwnerReference: - description: |- - OwnerReference contains enough information to let you identify an owning - object. An owning object must be in the same namespace as the dependent, or - be cluster-scoped, so there is no namespace field. - +structType=atomic - properties: - apiVersion: - description: API version of the referent. - type: string - x-go-name: APIVersion - blockOwnerDeletion: - description: |- - If true, AND if the owner has the "foregroundDeletion" finalizer, then - the owner cannot be deleted from the key-value store until this - reference is removed. - See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion - for how the garbage collector interacts with this field and enforces the foreground deletion. - Defaults to false. - To set this field, a user needs "delete" permission of the owner, - otherwise 422 (Unprocessable Entity) will be returned. - +optional - type: boolean - x-go-name: BlockOwnerDeletion - controller: - description: |- - If true, this reference points to the managing controller. - +optional - type: boolean - x-go-name: Controller - kind: - description: |- - Kind of the referent. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds - type: string - x-go-name: Kind - name: - description: |- - Name of the referent. - More info: http://kubernetes.io/docs/user-guide/identifiers#names - type: string - x-go-name: Name - uid: - $ref: '#/definitions/UID' - type: object - x-go-package: k8s.io/apimachinery/pkg/apis/meta/v1 - Panel: - properties: - alert: - $ref: '#/definitions/Alert' - aliasColors: - x-go-name: AliasColors - bars: - type: boolean - x-go-name: Bars - cards: - properties: - cardPadding: - format: double - type: number - x-go-name: CardPadding - cardRound: - format: double - type: number - x-go-name: CardRound - type: object - x-go-name: Cards - collapsed: - type: boolean - x-go-name: Collapsed - color: - properties: - cardColor: - type: string - x-go-name: CardColor - colorScale: - type: string - x-go-name: ColorScale - colorScheme: - type: string - x-go-name: ColorScheme - exponent: - format: double - type: number - x-go-name: Exponent - max: - format: double - type: number - x-go-name: Max - min: - format: double - type: number - x-go-name: Min - mode: - type: string - x-go-name: Mode - type: object - x-go-name: Color - colorBackground: - type: boolean - x-go-name: ColorBackground - colorValue: - type: boolean - x-go-name: ColorValue - colors: - items: - type: string - type: array - x-go-name: Colors - columns: - items: - $ref: '#/definitions/Column' - type: array - x-go-name: Columns - content: - type: string - x-go-name: Content - dashLength: - format: uint64 - type: integer - x-go-name: DashLength - dashboardTags: - items: - type: string - type: array - x-go-name: DashboardTags - dashes: - type: boolean - x-go-name: Dashes - dataFormat: - type: string - x-go-name: DataFormat - datasource: - x-go-name: Datasource - decimals: - format: int64 - type: integer - x-go-name: Decimals - description: - type: string - x-go-name: Description - editable: - type: boolean - x-go-name: Editable - error: - type: boolean - x-go-name: Error - fieldConfig: - $ref: '#/definitions/FieldConfig' - fill: - format: int64 - type: integer - x-go-name: Fill - folderId: - format: int64 - type: integer - x-go-name: FolderID - format: - type: string - x-go-name: Format - gauge: - $ref: '#/definitions/Gauge' - gridPos: - properties: - h: - format: int64 - type: integer - x-go-name: H - w: - format: int64 - type: integer - x-go-name: W - x: - format: int64 - type: integer - x-go-name: X - "y": - format: int64 - type: integer - x-go-name: "Y" - type: object - x-go-name: GridPos - headings: - type: boolean - x-go-name: Headings - height: - x-go-name: Height - hideTimeOverride: - type: boolean - x-go-name: HideTimeOverride - hideZeroBuckets: - type: boolean - x-go-name: HideZeroBuckets - highlightCards: - type: boolean - x-go-name: HighlightCards - id: - format: uint64 - type: integer - x-go-name: ID - isNew: - type: boolean - x-go-name: IsNew - leftYAxisLabel: - type: string - x-go-name: LeftYAxisLabel - legend: - $ref: '#/definitions/Legend' - properties: - show: - type: boolean - x-go-name: Show - type: object - limit: - format: int64 - type: integer - x-go-name: Limit - lines: - type: boolean - x-go-name: Lines - linewidth: - format: uint64 - type: integer - x-go-name: Linewidth - links: - items: - $ref: '#/definitions/Link' - type: array - x-go-name: Links - mappingType: - format: uint64 - type: integer - x-go-name: MappingType - mappingTypes: - items: - $ref: '#/definitions/MapType' - type: array - x-go-name: MappingTypes - maxDataPoints: - $ref: '#/definitions/IntString' - minSpan: - format: float - type: number - x-go-name: MinSpan - mode: - type: string - x-go-name: Mode - nameFilter: - type: string - x-go-name: NameFilter - nullPointMode: - type: string - x-go-name: NullPointMode - onlyAlertsOnDashboard: - type: boolean - x-go-name: OnlyAlertsOnDashboard - options: - $ref: '#/definitions/TimeseriesOptions' - properties: - content: - type: string - x-go-name: Content - mode: - type: string - x-go-name: Mode - type: object - x-go-name: Options - pageSize: - format: uint64 - type: integer - x-go-name: PageSize - panels: - items: - $ref: '#/definitions/Panel' - type: array - x-go-name: Panels - percentage: - type: boolean - x-go-name: Percentage - pointradius: - format: float - type: number - x-go-name: Pointradius - points: - type: boolean - x-go-name: Points - postfix: - type: string - x-go-name: Postfix - postfixFontSize: - type: string - x-go-name: PostfixFontSize - prefix: - type: string - x-go-name: Prefix - prefixFontSize: - type: string - x-go-name: PrefixFontSize - query: - type: string - x-go-name: Query - rangeMaps: - items: - $ref: '#/definitions/RangeMap' - type: array - x-go-name: RangeMaps - recent: - type: boolean - x-go-name: Recent - renderer: - type: string - x-go-name: Renderer - repeat: - type: string - x-go-name: Repeat - repeatPanelId: - description: RepeatIteration *int64 `json:"repeatIteration,omitempty"` - format: uint64 - type: integer - x-go-name: RepeatPanelID - reverseYBuckets: - type: boolean - x-go-name: ReverseYBuckets - rightYAxisLabel: - type: string - x-go-name: RightYAxisLabel - scopedVars: - additionalProperties: - properties: - selected: - type: boolean - x-go-name: Selected - text: - type: string - x-go-name: Text - value: - type: string - x-go-name: Value - type: object - type: object - x-go-name: ScopedVars - scroll: - type: boolean - x-go-name: Scroll - search: - type: boolean - x-go-name: Search - seriesOverrides: - items: - $ref: '#/definitions/SeriesOverride' - type: array - x-go-name: SeriesOverrides - show: - type: string - x-go-name: Show - showHeader: - type: boolean - x-go-name: ShowHeader - sort: - $ref: '#/definitions/Sort' - sortOrder: - format: int64 - type: integer - x-go-name: SortOrder - spaceLength: - format: uint64 - type: integer - x-go-name: SpaceLength - span: - format: float - type: number - x-go-name: Span - sparkline: - $ref: '#/definitions/SparkLine' - stack: - type: boolean - x-go-name: Stack - starred: - type: boolean - x-go-name: Starred - stateFilter: - items: - type: string - type: array - x-go-name: StateFilter - steppedLine: - type: boolean - x-go-name: SteppedLine - styles: - items: - $ref: '#/definitions/ColumnStyle' - type: array - x-go-name: Styles - tags: - items: - type: string - type: array - x-go-name: Tags - targets: - items: - $ref: '#/definitions/Target' - type: array - x-go-name: Targets - thresholds: - items: - $ref: '#/definitions/Threshold' - type: string - x-go-name: Thresholds - timeFrom: - type: string - x-go-name: TimeFrom - timeShift: - type: string - x-go-name: TimeShift - title: - type: string - x-go-name: Title - tooltip: - $ref: '#/definitions/Tooltip' - properties: - show: - type: boolean - x-go-name: Show - showHistogram: - type: boolean - x-go-name: ShowHistogram - type: object - tooltipDecimals: - format: int64 - type: integer - x-go-name: TooltipDecimals - transform: - type: string - x-go-name: Transform - transparent: - type: boolean - x-go-name: Transparent - type: - type: string - x-go-name: Type - valueFontSize: - type: string - x-go-name: ValueFontSize - valueMaps: - items: - $ref: '#/definitions/ValueMap' - type: array - x-go-name: ValueMaps - valueName: - type: string - x-go-name: ValueName - x-axis: - type: boolean - x-go-name: XAxis - xAxis: - properties: - show: - type: boolean - x-go-name: Show - type: object - x-go-name: XAxis - xBucketNumber: - format: double - type: number - x-go-name: XBucketNumber - xBucketSize: - type: string - x-go-name: XBucketSize - xaxis: - $ref: '#/definitions/Axis' - y-axis: - type: boolean - x-go-name: YAxis - y_formats: - items: - type: string - type: array - x-go-name: YFormats - yAxis: - properties: - decimals: - format: int64 - type: integer - x-go-name: Decimals - format: - type: string - x-go-name: Format - logBase: - format: int64 - type: integer - x-go-name: LogBase - max: - type: string - x-go-name: Max - min: - type: string - x-go-name: Min - show: - type: boolean - x-go-name: Show - splitFactor: - format: double - type: number - x-go-name: SplitFactor - type: object - x-go-name: YAxis - yBucketBound: - type: string - x-go-name: YBucketBound - yBucketNumber: - format: double - type: number - x-go-name: YBucketNumber - yBucketSize: - format: double - type: number - x-go-name: YBucketSize - yaxes: - items: - $ref: '#/definitions/Axis' - type: array - x-go-name: Yaxes - title: Panel represents panels of different types defined in Grafana. - type: object - x-go-package: github.com/grafana-tools/sdk - PatternsAPIResponse: - description: PatternsAPIResponse response retruned by patternfile endpoint on meshery server - properties: - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - patterns: - items: - $ref: '#/definitions/MesheryPattern' - type: array - x-go-name: Patterns - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceProfile: - description: |- - PerformanceProfile represents the performance profile that needs - to be saved - properties: - concurrent_request: - format: int64 - type: integer - x-go-name: ConcurrentRequest - content_type: - type: string - x-go-name: ContentType - created_at: - type: string - x-go-name: CreatedAt - duration: - type: string - x-go-name: Duration - endpoints: - $ref: '#/definitions/StringArray' - id: - format: uuid - type: string - x-go-name: ID - last_run: - type: string - x-go-name: LastRun - load_generators: - $ref: '#/definitions/StringArray' - metadata: - $ref: '#/definitions/Map' - name: - type: string - x-go-name: Name - qps: - format: int64 - type: integer - x-go-name: QPS - request_body: - type: string - x-go-name: RequestBody - request_cookies: - type: string - x-go-name: RequestCookies - request_headers: - type: string - x-go-name: RequestHeaders - schedule: - format: uuid - type: string - x-go-name: Schedule - service_mesh: - type: string - x-go-name: ServiceMesh - total_results: - format: int64 - type: integer - x-go-name: TotalResults - updated_at: - type: string - x-go-name: UpdatedAt - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceProfileParameters: - description: PerformanceProfileParameters structs contains parameters to save a performance profile - properties: - concurrent_request: - description: number of concurrent requests - format: int64 - type: integer - x-go-name: ConcurrentRequest - duration: - description: duration of tests e.g. 30s - type: string - x-go-name: Duration - endpoints: - description: array of urls of performance results - items: - type: string - type: array - x-go-name: Endpoints - load_generators: - description: array of load generators - items: - type: string - type: array - x-go-name: LoadGenerators - name: - description: name of performance profile - type: string - x-go-name: Name - qps: - description: qps in integer - format: int64 - type: integer - x-go-name: QPS - service_mesh: - description: service mesh for performance tests - type: string - x-go-name: ServiceMesh - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceProfilesAPIResponse: - description: PerformanceProfilesAPIResponse response retruned by performance endpoint on meshery server - properties: - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - profiles: - items: - $ref: '#/definitions/PerformanceProfile' - type: array - x-go-name: Profiles - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceResult: - description: PerformanceResult represents the result of a performance test - properties: - mesh: - type: string - x-go-name: Mesh - meshery_id: - format: uuid - type: string - x-go-name: MesheryID - name: - type: string - x-go-name: Name - performance_profile: - format: uuid - type: string - x-go-name: PerformanceProfile - runner_results: - $ref: '#/definitions/RunnerResults' - server_board_config: - x-go-name: ServerBoardConfig - server_metrics: - x-go-name: ServerMatrics - test_start_time: - format: date-time - type: string - x-go-name: TestStartTime - user_id: - format: uuid - type: string - x-go-name: UserID - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceResultsAPIResponse: - description: PerformanceResultsAPIResponse response retruned by performance endpoint on meshery server - properties: - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - results: - items: - $ref: '#/definitions/PerformanceResult' - type: array - x-go-name: Results - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceSpec: - description: PerformanceSpec - represents SMP, see here https://github.com/layer5io/service-mesh-performance-specification - properties: - ActualQPS: - format: double - type: number - DetailsURI: - type: string - EndTime: - format: date-time - type: string - EnvID: - type: string - Latencies: - $ref: '#/definitions/LatenciesMs' - MeshConfigID: - type: string - SMPVersion: - type: string - StartTime: - format: date-time - type: string - TestID: - type: string - type: object - x-go-package: github.com/layer5io/meshery/server/models - PerformanceTestConfig: - properties: - clients: - description: Single or distributed load generators - items: - $ref: '#/definitions/PerformanceTestConfig_Client' - type: array - x-go-name: Clients - duration: - description: Length of time the endpoint will be under load - type: string - x-go-name: Duration - id: - type: string - x-go-name: Id - labels: - additionalProperties: - type: string - type: object - x-go-name: Labels - name: - type: string - x-go-name: Name - smp_version: - description: Spec version - type: string - x-go-name: SmpVersion - type: object - x-go-package: github.com/layer5io/service-mesh-performance/spec - PerformanceTestConfig_Client: - properties: - additional_options: - type: string - x-go-name: AdditionalOptions - body: - type: string - x-go-name: Body - connections: - format: int32 - type: integer - x-go-name: Connections - content_type: - type: string - x-go-name: ContentType - cookies: - additionalProperties: - type: string - type: object - x-go-name: Cookies - endpoint_urls: - items: - type: string - type: array - x-go-name: EndpointUrls - headers: - additionalProperties: - type: string - type: object - x-go-name: Headers - internal: - type: boolean - x-go-name: Internal - load_generator: - type: string - x-go-name: LoadGenerator - protocol: - $ref: '#/definitions/PerformanceTestConfig_Client_Protocol' - rps: - format: int64 - type: integer - x-go-name: Rps - ssl_certificate: - type: string - x-go-name: SslCertificate - type: object - x-go-package: github.com/layer5io/service-mesh-performance/spec - PerformanceTestConfig_Client_Protocol: - format: int32 - type: integer - x-go-package: github.com/layer5io/service-mesh-performance/spec - PerformanceTestParameters: - description: PerformanceTestParameters contains parameters to run a performance test - properties: - c: - description: concurrent request in number - format: int64 - type: integer - x-go-name: ConcurrentRequest - dur: - description: duration e.g. s for second - type: string - x-go-name: Duration - loadGenerator: - description: load generator for performance test - type: string - x-go-name: LoadGenerator - mesh: - description: service mesh for performance test - type: string - x-go-name: ServiceMesh - name: - description: name of performance test - type: string - x-go-name: Name - qps: - description: qps in number - format: int64 - type: integer - x-go-name: QPS - t: - description: time in integer e.g. 30 - format: int64 - type: integer - x-go-name: Time - url: - description: url for test - type: string - x-go-name: URL - uuid: - description: test-id of pre-existing test - format: uuid - type: string - x-go-name: TestID - type: object - x-go-package: github.com/layer5io/meshery/server/models - Plugin: - description: Plugin A plugin for the Engine API - properties: - Config: - $ref: '#/definitions/PluginConfig' - Enabled: - description: True if the plugin is running. False if the plugin is not running, only installed. - type: boolean - Id: - description: Id - type: string - x-go-name: ID - Name: - description: name - type: string - PluginReference: - description: plugin remote reference used to push/pull the plugin - type: string - Settings: - $ref: '#/definitions/PluginSettings' - required: - - Config - - Enabled - - Name - - Settings - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfig: - properties: - Args: - $ref: '#/definitions/PluginConfigArgs' - Description: - description: description - type: string - DockerVersion: - description: Docker Version used to create the plugin - type: string - Documentation: - description: documentation - type: string - Entrypoint: - description: entrypoint - items: - type: string - type: array - Env: - description: env - items: - $ref: '#/definitions/PluginEnv' - type: array - Interface: - $ref: '#/definitions/PluginConfigInterface' - IpcHost: - description: ipc host - type: boolean - Linux: - $ref: '#/definitions/PluginConfigLinux' - Mounts: - description: mounts - items: - $ref: '#/definitions/PluginMount' - type: array - Network: - $ref: '#/definitions/PluginConfigNetwork' - PidHost: - description: pid host - type: boolean - PropagatedMount: - description: propagated mount - type: string - User: - $ref: '#/definitions/PluginConfigUser' - WorkDir: - description: work dir - type: string - rootfs: - $ref: '#/definitions/PluginConfigRootfs' - required: - - Args - - Description - - Documentation - - Entrypoint - - Env - - Interface - - IpcHost - - Linux - - Mounts - - Network - - PidHost - - PropagatedMount - - WorkDir - title: PluginConfig The config of a plugin. - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigArgs: - description: PluginConfigArgs plugin config args - properties: - Description: - description: description - type: string - Name: - description: name - type: string - Settable: - description: settable - items: - type: string - type: array - Value: - description: value - items: - type: string - type: array - required: - - Description - - Name - - Settable - - Value - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigInterface: - description: PluginConfigInterface The interface between Docker and the plugin - properties: - ProtocolScheme: - description: Protocol to use for clients connecting to the plugin. - type: string - Socket: - description: socket - type: string - Types: - description: types - items: - $ref: '#/definitions/PluginInterfaceType' - type: array - required: - - Socket - - Types - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigLinux: - description: PluginConfigLinux plugin config linux - properties: - AllowAllDevices: - description: allow all devices - type: boolean - Capabilities: - description: capabilities - items: - type: string - type: array - Devices: - description: devices - items: - $ref: '#/definitions/PluginDevice' - type: array - required: - - AllowAllDevices - - Capabilities - - Devices - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigNetwork: - description: PluginConfigNetwork plugin config network - properties: - Type: - description: type - type: string - required: - - Type - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigRootfs: - description: PluginConfigRootfs plugin config rootfs - properties: - diff_ids: - description: diff ids - items: - type: string - type: array - x-go-name: DiffIds - type: - description: type - type: string - x-go-name: Type - type: object - x-go-package: github.com/docker/docker/api/types - PluginConfigUser: - description: PluginConfigUser plugin config user - properties: - GID: - description: g ID - format: uint32 - type: integer - UID: - description: UID - format: uint32 - type: integer - type: object - x-go-package: github.com/docker/docker/api/types - PluginDevice: - description: PluginDevice plugin device - properties: - Description: - description: description - type: string - Name: - description: name - type: string - Path: - description: path - type: string - Settable: - description: settable - items: - type: string - type: array - required: - - Description - - Name - - Path - - Settable - type: object - x-go-package: github.com/docker/docker/api/types - PluginEnv: - description: PluginEnv plugin env - properties: - Description: - description: description - type: string - Name: - description: name - type: string - Settable: - description: settable - items: - type: string - type: array - Value: - description: value - type: string - required: - - Description - - Name - - Settable - - Value - type: object - x-go-package: github.com/docker/docker/api/types - PluginInterfaceType: - description: PluginInterfaceType plugin interface type - properties: - Capability: - description: capability - type: string - Prefix: - description: prefix - type: string - Version: - description: version - type: string - required: - - Capability - - Prefix - - Version - type: object - x-go-package: github.com/docker/docker/api/types - PluginMount: - description: PluginMount plugin mount - properties: - Description: - description: description - type: string - Destination: - description: destination - type: string - Name: - description: name - type: string - Options: - description: options - items: - type: string - type: array - Settable: - description: settable - items: - type: string - type: array - Source: - description: source - type: string - Type: - description: type - type: string - required: - - Description - - Destination - - Name - - Options - - Settable - - Source - - Type - type: object - x-go-package: github.com/docker/docker/api/types - PluginSettings: - properties: - Args: - description: args - items: - type: string - type: array - Devices: - description: devices - items: - $ref: '#/definitions/PluginDevice' - type: array - Env: - description: env - items: - type: string - type: array - Mounts: - description: mounts - items: - $ref: '#/definitions/PluginMount' - type: array - required: - - Args - - Devices - - Env - - Mounts - title: PluginSettings Settings that can be modified by users. - type: object - x-go-package: github.com/docker/docker/api/types - PolicyDefinition: - properties: - apiVersion: - type: string - x-go-name: APIVersion - expression: - additionalProperties: {} - type: object - x-go-name: Expression - kind: - type: string - x-go-name: Kind - model: - $ref: '#/definitions/Model' - subType: - type: string - x-go-name: SubType - type: object - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - Port: - description: Port An open port on a container - properties: - IP: - description: Host IP address that the container's port is mapped to - type: string - PrivatePort: - description: Port on the container - format: uint16 - type: integer - PublicPort: - description: Port exposed on the host - format: uint16 - type: integer - Type: - description: type - type: string - required: - - PrivatePort - - Type - type: object - x-go-package: github.com/docker/docker/api/types - PortStatus: - properties: - error: - description: |- - Error is to record the problem with the service port - The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use - CamelCase names - cloud provider specific error values must have names that comply with the - format foo.example.com/CamelCase. - - The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) - +optional - +kubebuilder:validation:Required - +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$` - +kubebuilder:validation:MaxLength=316 - type: string - x-go-name: Error - port: - description: Port is the port number of the service port of which status is recorded here - format: int32 - type: integer - x-go-name: Port - protocol: - $ref: '#/definitions/Protocol' - type: object - x-go-package: k8s.io/api/core/v1 - Preference: - description: Preference represents the data stored in session / local DB - properties: - anonymousPerfResults: - type: boolean - x-go-name: AnonymousPerfResults - anonymousUsageStats: - type: boolean - x-go-name: AnonymousUsageStats - grafana: - $ref: '#/definitions/Grafana' - loadTestPrefs: - $ref: '#/definitions/LoadTestPreferences' - meshAdapters: - items: - $ref: '#/definitions/Adapter' - type: array - x-go-name: MeshAdapters - prometheus: - $ref: '#/definitions/Prometheus' - remoteProviderPreferences: - additionalProperties: {} - type: object - x-go-name: RemoteProviderPreferences - updated_at: - format: date-time - type: string - x-go-name: UpdatedAt - usersExtensionPreferences: - additionalProperties: {} - type: object - x-go-name: UsersExtensionPreferences - type: object - x-go-package: github.com/layer5io/meshery/server/models - PreferenceParams: - description: Parameters to updates Anonymous stats - properties: - anonymousPerfResults: - type: boolean - x-go-name: AnonymousPerfResults - anonymousUsageStats: - type: boolean - x-go-name: AnonymousUsageStats - type: object - x-go-package: github.com/layer5io/meshery/server/models - Prometheus: - description: Prometheus represents the prometheus session config - properties: - prometheusURL: - type: string - x-go-name: PrometheusURL - selectedPrometheusBoardsConfigs: - items: - $ref: '#/definitions/SelectedGrafanaConfig' - type: array - x-go-name: SelectedPrometheusBoardsConfigs - type: object - x-go-package: github.com/layer5io/meshery/server/models - Protocol: - description: +enum - title: Protocol defines network protocols supported for things like container ports. - type: string - x-go-package: k8s.io/api/core/v1 - ProviderProperties: - description: ProviderProperties represents the structure of properties that a provider has - properties: - capabilities: - $ref: '#/definitions/Capabilities' - extensions: - $ref: '#/definitions/Extensions' - package_url: - type: string - x-go-name: PackageURL - package_version: - type: string - x-go-name: PackageVersion - provider_description: - items: - type: string - type: array - x-go-name: ProviderDescription - provider_name: - type: string - x-go-name: ProviderName - provider_type: - $ref: '#/definitions/ProviderType' - provider_url: - type: string - x-go-name: ProviderURL - restrictedAccess: - $ref: '#/definitions/RestrictedAccess' - type: object - x-go-package: github.com/layer5io/meshery/server/models - ProviderType: - description: ProviderType - for representing provider types - type: string - x-go-package: github.com/layer5io/meshery/server/models - RangeMap: - properties: - from: - type: string - x-go-name: From - text: - type: string - x-go-name: Text - to: - type: string - x-go-name: To - type: object - x-go-package: github.com/grafana-tools/sdk - RelationshipDefinition: - description: |- - https://docs.google.com/drawings/d/1_qzQ_YxvCWPYrOBcdqGMlMwfbsZx96SBuIkbn8TfKhU/edit?pli=1 - see RELATIONSHIPDEFINITIONS table in the diagram - properties: - apiVersion: - type: string - x-go-name: APIVersion - displayhostname: - type: string - x-go-name: DisplayHostName - hostID: - format: uuid - type: string - x-go-name: HostID - hostname: - type: string - x-go-name: HostName - kind: - type: string - x-go-name: Kind - metadata: - additionalProperties: {} - type: object - x-go-name: Metadata - model: - $ref: '#/definitions/Model' - selectors: - additionalProperties: {} - type: object - x-go-name: Selectors - subType: - type: string - x-go-name: SubType - type: object - x-go-package: github.com/layer5io/meshkit/models/meshmodel/core/v1alpha1 - RestrictedAccess: - properties: - allowedComponents: - $ref: '#/definitions/MesheryUICapabilities' - isMesheryUiRestricted: - type: boolean - x-go-name: IsMesheryUIRestricted - type: object - x-go-package: github.com/layer5io/meshery/server/models - RunnerResults: - properties: - ActualDuration: - format: uint64 - type: integer - ActualQPS: - format: double - type: number - x-go-name: QPS - DurationHistogram: - properties: - Avg: - format: double - type: number - x-go-name: Average - Max: - format: double - type: number - Min: - format: double - type: number - Percentiles: - items: - properties: - Percentile: - format: double - type: number - Value: - format: double - type: number - type: object - type: array - type: object - RequestedDuration: - type: string - StartTime: - format: date-time - type: string - URL: - type: string - load-generator: - type: string - x-go-name: LoadGenerator - type: object - x-go-package: github.com/layer5io/meshery/server/models - Schedule: - description: Schedule is the struct for representing schedules - properties: - cron_expression: - description: CronExpression is the UNIX cron expression (quartz expression) - type: string - x-go-name: CronExpression - id: - format: uuid - type: string - x-go-name: ID - type: object - x-go-package: github.com/layer5io/meshery/server/models - SchedulesAPIResponse: - description: API response model for SchedulesAPI - properties: - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - schedules: - items: - $ref: '#/definitions/Schedule' - type: array - x-go-name: Schedules - total_count: - format: uint64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - SelectedGrafanaConfig: - description: SelectedGrafanaConfig represents the selected boards, panels, and template variables - properties: - board: - $ref: '#/definitions/GrafanaBoard' - panels: - items: - $ref: '#/definitions/Panel' - type: array - x-go-name: GrafanaPanels - templateVars: - items: - type: string - type: array - x-go-name: SelectedTemplateVars - type: object - x-go-package: github.com/layer5io/meshery/server/models - SeriesOverride: - description: for a graph panel - properties: - alias: - type: string - x-go-name: Alias - bars: - type: boolean - x-go-name: Bars - color: - type: string - x-go-name: Color - dashes: - type: boolean - x-go-name: Dashes - fill: - format: int64 - type: integer - x-go-name: Fill - fillBelowTo: - type: string - x-go-name: FillBelowTo - legend: - type: boolean - x-go-name: Legend - lines: - type: boolean - x-go-name: Lines - linewidth: - format: int64 - type: integer - x-go-name: LineWidth - nullPointMode: - type: string - x-go-name: NullPointMode - stack: - $ref: '#/definitions/BoolString' - transform: - type: string - x-go-name: Transform - yaxis: - format: int64 - type: integer - x-go-name: YAxis - zindex: - format: int64 - type: integer - x-go-name: ZIndex - type: object - x-go-package: github.com/grafana-tools/sdk - Service: - description: |- - Service is a named abstraction of software service (for example, mysql) consisting of local port - (for example 3306) that the proxy listens on, and the selector that determines which pods - will answer requests sent through the proxy. - properties: - annotations: - additionalProperties: - type: string - description: |- - Annotations is an unstructured key value map stored with a resource that may be - set by external tools to store and retrieve arbitrary metadata. They are not - queryable and should be preserved when modifying objects. - More info: http://kubernetes.io/docs/user-guide/annotations - +optional - type: object - x-go-name: Annotations - apiVersion: - description: |- - APIVersion defines the versioned schema of this representation of an object. - Servers should convert recognized schemas to the latest internal value, and - may reject unrecognized values. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources - +optional - type: string - x-go-name: APIVersion - creationTimestamp: - description: |- - CreationTimestamp is a timestamp representing the server time when this object was - created. It is not guaranteed to be set in happens-before order across separate operations. - Clients may not set this value. It is represented in RFC3339 form and is in UTC. - - Populated by the system. - Read-only. - Null for lists. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata - +optional - type: string - x-go-name: CreationTimestamp - deletionGracePeriodSeconds: - description: |- - Number of seconds allowed for this object to gracefully terminate before - it will be removed from the system. Only set when deletionTimestamp is also set. - May only be shortened. - Read-only. - +optional - format: int64 - type: integer - x-go-name: DeletionGracePeriodSeconds - deletionTimestamp: - description: |- - DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This - field is set by the server when a graceful deletion is requested by the user, and is not - directly settable by a client. The resource is expected to be deleted (no longer visible - from resource lists, and not reachable by name) after the time in this field, once the - finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. - Once the deletionTimestamp is set, this value may not be unset or be set further into the - future, although it may be shortened or the resource may be deleted prior to this time. - For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react - by sending a graceful termination signal to the containers in the pod. After that 30 seconds, - the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, - remove the pod from the API. In the presence of network partitions, this object may still - exist after this timestamp, until an administrator or automated process can determine the - resource is fully terminated. - If not set, graceful deletion of the object has not been requested. - - Populated by the system when a graceful deletion is requested. - Read-only. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata - +optional - type: string - x-go-name: DeletionTimestamp - finalizers: - description: |- - Must be empty before the object is deleted from the registry. Each entry - is an identifier for the responsible component that will remove the entry - from the list. If the deletionTimestamp of the object is non-nil, entries - in this list can only be removed. - Finalizers may be processed and removed in any order. Order is NOT enforced - because it introduces significant risk of stuck finalizers. - finalizers is a shared field, any actor with permission can reorder it. - If the finalizer list is processed in order, then this can lead to a situation - in which the component responsible for the first finalizer in the list is - waiting for a signal (field value, external system, or other) produced by a - component responsible for a finalizer later in the list, resulting in a deadlock. - Without enforced ordering finalizers are free to order amongst themselves and - are not vulnerable to ordering changes in the list. - +optional - +patchStrategy=merge - items: - type: string - type: array - x-go-name: Finalizers - generateName: - description: |- - GenerateName is an optional prefix, used by the server, to generate a unique - name ONLY IF the Name field has not been provided. - If this field is used, the name returned to the client will be different - than the name passed. This value will also be combined with a unique suffix. - The provided value has the same validation rules as the Name field, - and may be truncated by the length of the suffix required to make the value - unique on the server. - - If this field is specified and the generated name exists, the server will return a 409. - - Applied only if Name is not specified. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency - +optional - type: string - x-go-name: GenerateName - generation: - description: |- - A sequence number representing a specific generation of the desired state. - Populated by the system. Read-only. - +optional - format: int64 - type: integer - x-go-name: Generation - kind: - description: |- - Kind is a string value representing the REST resource this object represents. - Servers may infer this from the endpoint the client submits requests to. - Cannot be updated. - In CamelCase. - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds - +optional - type: string - x-go-name: Kind - labels: - additionalProperties: - type: string - description: |- - Map of string keys and values that can be used to organize and categorize - (scope and select) objects. May match selectors of replication controllers - and services. - More info: http://kubernetes.io/docs/user-guide/labels - +optional - type: object - x-go-name: Labels - managedFields: - description: |- - ManagedFields maps workflow-id and version to the set of fields - that are managed by that workflow. This is mostly for internal - housekeeping, and users typically shouldn't need to set or - understand this field. A workflow can be the user's name, a - controller's name, or the name of a specific apply path like - "ci-cd". The set of fields is always in the version that the - workflow used when modifying the object. - - +optional - items: - $ref: '#/definitions/ManagedFieldsEntry' - type: array - x-go-name: ManagedFields - name: - description: |- - Name must be unique within a namespace. Is required when creating resources, although - some resources may allow a client to request the generation of an appropriate name - automatically. Name is primarily intended for creation idempotence and configuration - definition. - Cannot be updated. - More info: http://kubernetes.io/docs/user-guide/identifiers#names - +optional - type: string - x-go-name: Name - namespace: - description: |- - Namespace defines the space within which each name must be unique. An empty namespace is - equivalent to the "default" namespace, but "default" is the canonical representation. - Not all objects are required to be scoped to a namespace - the value of this field for - those objects will be empty. - - Must be a DNS_LABEL. - Cannot be updated. - More info: http://kubernetes.io/docs/user-guide/namespaces - +optional - type: string - x-go-name: Namespace - ownerReferences: - description: |- - List of objects depended by this object. If ALL objects in the list have - been deleted, this object will be garbage collected. If this object is managed by a controller, - then an entry in this list will point to this controller, with the controller field set to true. - There cannot be more than one managing controller. - +optional - +patchMergeKey=uid - +patchStrategy=merge - items: - $ref: '#/definitions/OwnerReference' - type: array - x-go-name: OwnerReferences - resourceVersion: - description: |- - An opaque value that represents the internal version of this object that can - be used by clients to determine when objects have changed. May be used for optimistic - concurrency, change detection, and the watch operation on a resource or set of resources. - Clients must treat these values as opaque and passed unmodified back to the server. - They may only be valid for a particular resource or set of resources. - - Populated by the system. - Read-only. - Value must be treated as opaque by clients and . - More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency - +optional - type: string - x-go-name: ResourceVersion - selfLink: - description: |- - Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. - +optional - type: string - x-go-name: SelfLink - spec: - $ref: '#/definitions/ServiceSpec' - status: - $ref: '#/definitions/ServiceStatus' - uid: - $ref: '#/definitions/UID' - type: object - x-go-package: k8s.io/api/core/v1 - ServiceAffinity: - description: |- - Session Affinity Type string - +enum - type: string - x-go-package: k8s.io/api/core/v1 - ServiceExternalTrafficPolicyType: - description: |- - ServiceExternalTrafficPolicyType describes how nodes distribute service traffic they - receive on one of the Service's "externally-facing" addresses (NodePorts, ExternalIPs, - and LoadBalancer IPs). - +enum - type: string - x-go-package: k8s.io/api/core/v1 - ServiceInternalTrafficPolicyType: - description: |- - ServiceInternalTrafficPolicyType describes how nodes distribute service traffic they - receive on the ClusterIP. - +enum - type: string - x-go-package: k8s.io/api/core/v1 - ServicePort: - properties: - appProtocol: - description: |- - The application protocol for this port. - This field follows standard Kubernetes label syntax. - Un-prefixed names are reserved for IANA standard service names (as per - RFC-6335 and https://www.iana.org/assignments/service-names). - Non-standard protocols should use prefixed names such as - mycompany.com/my-custom-protocol. - +optional - type: string - x-go-name: AppProtocol - name: - description: |- - The name of this port within the service. This must be a DNS_LABEL. - All ports within a ServiceSpec must have unique names. When considering - the endpoints for a Service, this must match the 'name' field in the - EndpointPort. - Optional if only one ServicePort is defined on this service. - +optional - type: string - x-go-name: Name - nodePort: - description: |- - The port on each node on which this service is exposed when type is - NodePort or LoadBalancer. Usually assigned by the system. If a value is - specified, in-range, and not in use it will be used, otherwise the - operation will fail. If not specified, a port will be allocated if this - Service requires one. If this field is specified when creating a - Service which does not need it, creation will fail. This field will be - wiped when updating a Service to no longer need it (e.g. changing type - from NodePort to ClusterIP). - More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport - +optional - format: int32 - type: integer - x-go-name: NodePort - port: - description: The port that will be exposed by this service. - format: int32 - type: integer - x-go-name: Port - protocol: - $ref: '#/definitions/Protocol' - targetPort: - $ref: '#/definitions/IntOrString' - title: ServicePort contains information on service's port. - type: object - x-go-package: k8s.io/api/core/v1 - ServiceSpec: - properties: - allocateLoadBalancerNodePorts: - description: |- - allocateLoadBalancerNodePorts defines if NodePorts will be automatically - allocated for services with type LoadBalancer. Default is "true". It - may be set to "false" if the cluster load-balancer does not rely on - NodePorts. If the caller requests specific NodePorts (by specifying a - value), those requests will be respected, regardless of this field. - This field may only be set for services with type LoadBalancer and will - be cleared if the type is changed to any other type. - +optional - type: boolean - x-go-name: AllocateLoadBalancerNodePorts - clusterIP: - description: |- - clusterIP is the IP address of the service and is usually assigned - randomly. If an address is specified manually, is in-range (as per - system configuration), and is not in use, it will be allocated to the - service; otherwise creation of the service will fail. This field may not - be changed through updates unless the type field is also being changed - to ExternalName (which requires this field to be blank) or the type - field is being changed from ExternalName (in which case this field may - optionally be specified, as describe above). Valid values are "None", - empty string (""), or a valid IP address. Setting this to "None" makes a - "headless service" (no virtual IP), which is useful when direct endpoint - connections are preferred and proxying is not required. Only applies to - types ClusterIP, NodePort, and LoadBalancer. If this field is specified - when creating a Service of type ExternalName, creation will fail. This - field will be wiped when updating a Service to type ExternalName. - More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies - +optional - type: string - x-go-name: ClusterIP - clusterIPs: - description: |- - ClusterIPs is a list of IP addresses assigned to this service, and are - usually assigned randomly. If an address is specified manually, is - in-range (as per system configuration), and is not in use, it will be - allocated to the service; otherwise creation of the service will fail. - This field may not be changed through updates unless the type field is - also being changed to ExternalName (which requires this field to be - empty) or the type field is being changed from ExternalName (in which - case this field may optionally be specified, as describe above). Valid - values are "None", empty string (""), or a valid IP address. Setting - this to "None" makes a "headless service" (no virtual IP), which is - useful when direct endpoint connections are preferred and proxying is - not required. Only applies to types ClusterIP, NodePort, and - LoadBalancer. If this field is specified when creating a Service of type - ExternalName, creation will fail. This field will be wiped when updating - a Service to type ExternalName. If this field is not specified, it will - be initialized from the clusterIP field. If this field is specified, - clients must ensure that clusterIPs[0] and clusterIP have the same - value. - - This field may hold a maximum of two entries (dual-stack IPs, in either order). - These IPs must correspond to the values of the ipFamilies field. Both - clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. - More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies - +listType=atomic - +optional - items: - type: string - type: array - x-go-name: ClusterIPs - externalIPs: - description: |- - externalIPs is a list of IP addresses for which nodes in the cluster - will also accept traffic for this service. These IPs are not managed by - Kubernetes. The user is responsible for ensuring that traffic arrives - at a node with this IP. A common example is external load-balancers - that are not part of the Kubernetes system. - +optional - items: - type: string - type: array - x-go-name: ExternalIPs - externalName: - description: |- - externalName is the external reference that discovery mechanisms will - return as an alias for this service (e.g. a DNS CNAME record). No - proxying will be involved. Must be a lowercase RFC-1123 hostname - (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName". - +optional - type: string - x-go-name: ExternalName - externalTrafficPolicy: - $ref: '#/definitions/ServiceExternalTrafficPolicyType' - healthCheckNodePort: - description: |- - healthCheckNodePort specifies the healthcheck nodePort for the service. - This only applies when type is set to LoadBalancer and - externalTrafficPolicy is set to Local. If a value is specified, is - in-range, and is not in use, it will be used. If not specified, a value - will be automatically allocated. External systems (e.g. load-balancers) - can use this port to determine if a given node holds endpoints for this - service or not. If this field is specified when creating a Service - which does not need it, creation will fail. This field will be wiped - when updating a Service to no longer need it (e.g. changing type). - This field cannot be updated once set. - +optional - format: int32 - type: integer - x-go-name: HealthCheckNodePort - internalTrafficPolicy: - $ref: '#/definitions/ServiceInternalTrafficPolicyType' - ipFamilies: - description: |- - IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this - service. This field is usually assigned automatically based on cluster - configuration and the ipFamilyPolicy field. If this field is specified - manually, the requested family is available in the cluster, - and ipFamilyPolicy allows it, it will be used; otherwise creation of - the service will fail. This field is conditionally mutable: it allows - for adding or removing a secondary IP family, but it does not allow - changing the primary IP family of the Service. Valid values are "IPv4" - and "IPv6". This field only applies to Services of types ClusterIP, - NodePort, and LoadBalancer, and does apply to "headless" services. - This field will be wiped when updating a Service to type ExternalName. - - This field may hold a maximum of two entries (dual-stack families, in - either order). These families must correspond to the values of the - clusterIPs field, if specified. Both clusterIPs and ipFamilies are - governed by the ipFamilyPolicy field. - +listType=atomic - +optional - items: - $ref: '#/definitions/IPFamily' - type: array - x-go-name: IPFamilies - ipFamilyPolicy: - $ref: '#/definitions/IPFamilyPolicy' - loadBalancerClass: - description: |- - loadBalancerClass is the class of the load balancer implementation this Service belongs to. - If specified, the value of this field must be a label-style identifier, with an optional prefix, - e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users. - This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load - balancer implementation is used, today this is typically done through the cloud provider integration, - but should apply for any default implementation. If set, it is assumed that a load balancer - implementation is watching for Services with a matching class. Any default load balancer - implementation (e.g. cloud providers) should ignore Services that set this field. - This field can only be set when creating or updating a Service to type 'LoadBalancer'. - Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type. - +optional - type: string - x-go-name: LoadBalancerClass - loadBalancerIP: - description: |- - Only applies to Service Type: LoadBalancer. - This feature depends on whether the underlying cloud-provider supports specifying - the loadBalancerIP when a load balancer is created. - This field will be ignored if the cloud-provider does not support the feature. - Deprecated: This field was under-specified and its meaning varies across implementations, - and it cannot support dual-stack. - As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. - This field may be removed in a future API version. - +optional - type: string - x-go-name: LoadBalancerIP - loadBalancerSourceRanges: - description: |- - If specified and supported by the platform, this will restrict traffic through the cloud-provider - load-balancer will be restricted to the specified client IPs. This field will be ignored if the - cloud-provider does not support the feature." - More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ - +optional - items: - type: string - type: array - x-go-name: LoadBalancerSourceRanges - ports: - description: |- - The list of ports that are exposed by this service. - More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies - +patchMergeKey=port - +patchStrategy=merge - +listType=map - +listMapKey=port - +listMapKey=protocol - items: - $ref: '#/definitions/ServicePort' - type: array - x-go-name: Ports - publishNotReadyAddresses: - description: |- - publishNotReadyAddresses indicates that any agent which deals with endpoints for this - Service should disregard any indications of ready/not-ready. - The primary use case for setting this field is for a StatefulSet's Headless Service to - propagate SRV DNS records for its Pods for the purpose of peer discovery. - The Kubernetes controllers that generate Endpoints and EndpointSlice resources for - Services interpret this to mean that all endpoints are considered "ready" even if the - Pods themselves are not. Agents which consume only Kubernetes generated endpoints - through the Endpoints or EndpointSlice resources can safely assume this behavior. - +optional - type: boolean - x-go-name: PublishNotReadyAddresses - selector: - additionalProperties: - type: string - description: |- - Route service traffic to pods with label keys and values matching this - selector. If empty or not present, the service is assumed to have an - external process managing its endpoints, which Kubernetes will not - modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. - Ignored if type is ExternalName. - More info: https://kubernetes.io/docs/concepts/services-networking/service/ - +optional - +mapType=atomic - type: object - x-go-name: Selector - sessionAffinity: - $ref: '#/definitions/ServiceAffinity' - sessionAffinityConfig: - $ref: '#/definitions/SessionAffinityConfig' - type: - $ref: '#/definitions/ServiceType' - title: ServiceSpec describes the attributes that a user creates on a service. - type: object - x-go-package: k8s.io/api/core/v1 - ServiceStatus: - properties: - conditions: - description: |- - Current service state - +optional - +patchMergeKey=type - +patchStrategy=merge - +listType=map - +listMapKey=type - items: - $ref: '#/definitions/Condition' - type: array - x-go-name: Conditions - loadBalancer: - $ref: '#/definitions/LoadBalancerStatus' - title: ServiceStatus represents the current status of a service. - type: object - x-go-package: k8s.io/api/core/v1 - ServiceType: - description: |- - Service Type string describes ingress methods for a service - +enum - type: string - x-go-package: k8s.io/api/core/v1 - ServiceUpdateResponse: - description: ServiceUpdateResponse service update response - properties: - Warnings: - description: Optional warning messages - items: - type: string - type: array - type: object - x-go-package: github.com/docker/docker/api/types - SessionAffinityConfig: - properties: - clientIP: - $ref: '#/definitions/ClientIPConfig' - title: SessionAffinityConfig represents the configurations of session affinity. - type: object - x-go-package: k8s.io/api/core/v1 - SmiResultPage: - description: SmiResultPage - represents a page of meshery results - properties: - page: - format: uint64 - type: integer - x-go-name: Page - page_size: - format: uint64 - type: integer - x-go-name: PageSize - results: - items: - $ref: '#/definitions/SmiResultWithID' - type: array - x-go-name: Results - total_count: - format: int64 - type: integer - x-go-name: TotalCount - type: object - x-go-package: github.com/layer5io/meshery/server/models - SmiResultWithID: - properties: - ID: - format: uuid - type: string - cases_passed: - type: string - x-go-name: CasesPassed - date: - type: string - x-go-name: Date - id: - format: uuid - type: string - x-go-name: ID - mesh_name: - type: string - x-go-name: MeshName - mesh_version: - type: string - x-go-name: MeshVersion - more_details: - items: - $ref: '#/definitions/Detail' - type: array - x-go-name: MoreDetails - passing_percentage: - type: string - x-go-name: PassingPercentage - status: - type: string - x-go-name: Status - type: object - x-go-package: github.com/layer5io/meshery/server/models - Sort: - description: for a graph panel - properties: - col: - format: int64 - type: integer - x-go-name: Col - desc: - type: boolean - x-go-name: Desc - type: object - x-go-package: github.com/grafana-tools/sdk - SparkLine: - description: for a stat - properties: - fillColor: - type: string - x-go-name: FillColor - full: - type: boolean - x-go-name: Full - lineColor: - type: string - x-go-name: LineColor - show: - type: boolean - x-go-name: Show - ymax: - format: double - type: number - x-go-name: YMax - ymin: - format: double - type: number - x-go-name: YMin - type: object - x-go-package: github.com/grafana-tools/sdk - SqliteSchema: - properties: - count: - format: int64 - type: integer - x-go-name: Count - name: - type: string - x-go-name: Name - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - StackdriverAlignOption: - description: |- - StackdriverAlignOption defines a single alignment option shown in Grafana - during query configuration. - properties: - label: - type: string - x-go-name: Label - metricKinds: - items: - type: string - type: array - x-go-name: MetricKinds - text: - type: string - x-go-name: Text - value: - type: string - x-go-name: Value - valueTypes: - items: - type: string - type: array - x-go-name: ValueTypes - type: object - x-go-package: github.com/grafana-tools/sdk - StackdriverAlignOptions: - description: |- - StackdriverAlignOptions defines the list of alignment options shown in - Grafana during query configuration. - properties: - expanded: - type: boolean - x-go-name: Expanded - label: - type: string - x-go-name: Label - options: - items: - $ref: '#/definitions/StackdriverAlignOption' - type: array - x-go-name: Options - type: object - x-go-package: github.com/grafana-tools/sdk - StringArray: - items: - type: string - title: StringArray represents a one-dimensional array of the PostgreSQL character types. - type: array - x-go-package: github.com/lib/pq - SupportedOperation: - properties: - category: - $ref: '#/definitions/OpCategory' - key: - type: string - x-go-name: Key - value: - type: string - x-go-name: Value - type: object - x-go-package: github.com/layer5io/meshery/server/meshes - Target: - description: for an any panel - properties: - alias: - type: string - x-go-name: Alias - aliasBy: - type: string - x-go-name: AliasBy - alignOptions: - items: - $ref: '#/definitions/StackdriverAlignOptions' - type: array - x-go-name: AlignOptions - alignmentPeriod: - type: string - x-go-name: AlignmentPeriod - bucketAggs: - items: - properties: - field: - type: string - x-go-name: Field - id: - type: string - x-go-name: ID - settings: - properties: - interval: - type: string - x-go-name: Interval - min_doc_count: - x-go-name: MinDocCount - order: - type: string - x-go-name: Order - orderBy: - type: string - x-go-name: OrderBy - size: - type: string - x-go-name: Size - type: object - x-go-name: Settings - type: - type: string - x-go-name: Type - type: object - type: array - x-go-name: BucketAggs - crossSeriesReducer: - type: string - x-go-name: CrossSeriesReducer - datasource: - x-go-name: Datasource - dimensions: - additionalProperties: - type: string - type: object - x-go-name: Dimensions - dsType: - description: For Elasticsearch - type: string - x-go-name: DsType - expr: - description: For Prometheus - type: string - x-go-name: Expr - filters: - items: - type: string - type: array - x-go-name: Filters - format: - type: string - x-go-name: Format - group: - items: - properties: - params: - items: - type: string - type: array - x-go-name: Params - type: - type: string - x-go-name: Type - type: object - type: array - x-go-name: Group - groupBy: - items: - type: string - type: array - x-go-name: GroupBy - hide: - type: boolean - x-go-name: Hide - instant: - type: boolean - x-go-name: Instant - interval: - type: string - x-go-name: Interval - intervalFactor: - format: int64 - type: integer - x-go-name: IntervalFactor - legendFormat: - type: string - x-go-name: LegendFormat - measurement: - description: For InfluxDB - type: string - x-go-name: Measurement - metricColumn: - type: string - x-go-name: MetricColumn - metricKind: - type: string - x-go-name: MetricKind - metricName: - type: string - x-go-name: MetricName - metricType: - type: string - x-go-name: MetricType - metrics: - items: - properties: - field: - type: string - x-go-name: Field - id: - type: string - x-go-name: ID - type: - type: string - x-go-name: Type - type: object - type: array - x-go-name: Metrics - namespace: - description: For CloudWatch - type: string - x-go-name: Namespace - perSeriesAligner: - type: string - x-go-name: PerSeriesAligner - period: - type: string - x-go-name: Period - projectName: - description: |- - For the Stackdriver data source. Find out more information at - https:/grafana.com/docs/grafana/v6.0/features/datasources/stackdriver/ - type: string - x-go-name: ProjectName - query: - type: string - x-go-name: Query - rawQuery: - type: boolean - x-go-name: RawQuery - rawSql: - type: string - x-go-name: RawSql - refId: - type: string - x-go-name: RefID - region: - type: string - x-go-name: Region - select: - items: - items: - properties: - params: - items: - type: string - type: array - x-go-name: Params - type: - type: string - x-go-name: Type - type: object - type: array - type: array - x-go-name: Select - statistics: - items: - type: string - type: array - x-go-name: Statistics - step: - format: int64 - type: integer - x-go-name: Step - table: - description: For PostgreSQL - type: string - x-go-name: Table - tags: - items: - properties: - key: - type: string - x-go-name: Key - operator: - type: string - x-go-name: Operator - value: - type: string - x-go-name: Value - type: object - type: array - x-go-name: Tags - target: - description: For Graphite - type: string - x-go-name: Target - timeColumn: - type: string - x-go-name: TimeColumn - timeField: - type: string - x-go-name: TimeField - valueType: - type: string - x-go-name: ValueType - where: - items: - properties: - datatype: - type: string - x-go-name: Datatype - name: - type: string - x-go-name: Name - params: - items: - type: string - type: array - x-go-name: Params - type: - type: string - x-go-name: Type - type: object - type: array - x-go-name: Where - type: object - x-go-package: github.com/grafana-tools/sdk - Threshold: - properties: - colorMode: - description: critical, warning, ok, custom - type: string - x-go-name: ColorMode - fill: - type: boolean - x-go-name: Fill - fillColor: - description: 'hexadecimal color (e.g. #629e51, only when ColorMode is "custom")' - type: string - x-go-name: FillColor - line: - type: boolean - x-go-name: Line - lineColor: - description: 'hexadecimal color (e.g. #629e51, only when ColorMode is "custom")' - type: string - x-go-name: LineColor - op: - description: gt or lt - type: string - x-go-name: Op - value: - description: |- - the alert threshold value, we do not omitempty, since 0 is a valid - threshold - format: float - type: number - x-go-name: Value - yaxis: - description: left or right - type: string - x-go-name: Yaxis - type: object - x-go-package: github.com/grafana-tools/sdk - ThresholdStep: - properties: - color: - type: string - x-go-name: Color - value: - format: double - type: number - x-go-name: Value - type: object - x-go-package: github.com/grafana-tools/sdk - Thresholds: - properties: - mode: - type: string - x-go-name: Mode - steps: - items: - $ref: '#/definitions/ThresholdStep' - type: array - x-go-name: Steps - type: object - x-go-package: github.com/grafana-tools/sdk - TimeseriesLegendOptions: - properties: - calcs: - items: - type: string - type: array - x-go-name: Calcs - displayMode: - type: string - x-go-name: DisplayMode - placement: - type: string - x-go-name: Placement - type: object - x-go-package: github.com/grafana-tools/sdk - TimeseriesOptions: - properties: - legend: - $ref: '#/definitions/TimeseriesLegendOptions' - tooltip: - $ref: '#/definitions/TimeseriesTooltipOptions' - type: object - x-go-package: github.com/grafana-tools/sdk - TimeseriesTooltipOptions: - properties: - mode: - type: string - x-go-name: Mode - type: object - x-go-package: github.com/grafana-tools/sdk - Tooltip: - properties: - msResolution: - type: boolean - x-go-name: MsResolution - shared: - type: boolean - x-go-name: Shared - sort: - format: int64 - type: integer - x-go-name: Sort - value_type: - type: string - x-go-name: ValueType - type: object - x-go-package: github.com/grafana-tools/sdk - Type: - format: int64 - title: Type represents the stored type of IntOrString. - type: integer - x-go-package: k8s.io/apimachinery/pkg/util/intstr - UID: - description: |- - UID is a type that holds unique ID values, including UUIDs. Because we - don't ONLY use UUIDs, this is an alias to string. Being a type captures - intent and helps make sure that UIDs and names do not get conflated. - type: string - x-go-package: k8s.io/apimachinery/pkg/types - User: - description: User - represents a user in Meshery - properties: - avatar_url: - type: string - x-go-name: AvatarURL - bio: - type: string - x-go-name: Bio - email: - type: string - x-go-name: Email - first_name: - type: string - x-go-name: FirstName - id: - type: string - x-go-name: ID - last_name: - type: string - x-go-name: LastName - provider: - type: string - x-go-name: Provider - role_names: - items: - type: string - type: array - x-go-name: RoleNames - string: - type: string - x-go-name: Status - user_id: - type: string - x-go-name: UserID - type: object - x-go-package: github.com/layer5io/meshery/server/models - UserKeys: - properties: - category: - type: string - x-go-name: Category - created_at: - type: string - x-go-name: Created_at - deleted_at: - type: string - x-go-name: Deleted_at - description: - type: string - x-go-name: Description - function: - type: string - x-go-name: Function - id: - type: string - x-go-name: ID - owner: - type: string - x-go-name: Owner - subcategory: - type: string - x-go-name: Subcategory - updated_at: - type: string - x-go-name: Updated_at - type: object - x-go-package: github.com/layer5io/meshery/server/models - UserPrefsExtension: - description: UserPrefsExtension describes the user preference extension point in the UI - properties: - component: - type: string - x-go-name: Component - type: - type: string - x-go-name: Type - type: object - x-go-package: github.com/layer5io/meshery/server/models - UserPrefsExtensions: - description: UserPrefsExtensions is a collection of UserPrefsExtension - items: - $ref: '#/definitions/UserPrefsExtension' - type: array - x-go-package: github.com/layer5io/meshery/server/models - ValueMap: - description: for a stat - properties: - op: - type: string - x-go-name: Op - text: - type: string - x-go-name: TextType - value: - type: string - x-go-name: Value - type: object - x-go-package: github.com/grafana-tools/sdk - Version: - properties: - build: - type: string - x-go-name: Build - commitsha: - type: string - x-go-name: CommitSHA - latest: - type: string - x-go-name: Latest - outdated: - type: boolean - x-go-name: Outdated - release_channel: - type: string - x-go-name: ReleaseChannel - title: Version defines the Json payload structure for version api\ - type: object - x-go-package: github.com/layer5io/meshery/server/handlers - Volume: - description: Volume volume - properties: - CreatedAt: - description: Date/Time the volume was created. - type: string - Driver: - description: Name of the volume driver used by the volume. - type: string - Labels: - additionalProperties: - type: string - description: User-defined key/value metadata. - type: object - Mountpoint: - description: Mount path of the volume on the host. - type: string - Name: - description: Name of the volume. - type: string - Options: - additionalProperties: - type: string - description: The driver specific options used when creating the volume. - type: object - Scope: - description: |- - The level at which the volume exists. Either `global` for cluster-wide, - or `local` for machine level. - type: string - Status: - additionalProperties: {} - description: |- - Low-level details about the volume, provided by the volume driver. - Details are returned as a map with key/value pairs: - `{"key":"value","key2":"value2"}`. - - The `Status` field is optional, and is omitted if the volume driver - does not support this feature. - type: object - UsageData: - $ref: '#/definitions/VolumeUsageData' - required: - - Driver - - Labels - - Mountpoint - - Name - - Options - - Scope - type: object - x-go-package: github.com/docker/docker/api/types - VolumeCreateBody: - description: VolumeCreateBody Volume configuration - properties: - Driver: - description: Name of the volume driver to use. - type: string - DriverOpts: - additionalProperties: - type: string - description: |- - A mapping of driver options and values. These options are - passed directly to the driver and are driver specific. - type: object - Labels: - additionalProperties: - type: string - description: User-defined key/value metadata. - type: object - Name: - description: The new volume's name. If not specified, Docker generates a name. - type: string - required: - - Driver - - DriverOpts - - Labels - - Name - type: object - x-go-package: github.com/docker/docker/api/types/volume - VolumeListOKBody: - description: VolumeListOKBody Volume list response - properties: - Volumes: - description: List of volumes - items: - $ref: '#/definitions/Volume' - type: array - Warnings: - description: Warnings that occurred when fetching the list of volumes. - items: - type: string - type: array - required: - - Volumes - - Warnings - type: object - x-go-package: github.com/docker/docker/api/types/volume - VolumeUsageData: - description: |- - VolumeUsageData Usage details about the volume. This information is used by the - `GET /system/df` endpoint, and omitted in other endpoints. - properties: - RefCount: - description: |- - The number of containers referencing this volume. This field - is set to `-1` if the reference-count is not available. - format: int64 - type: integer - Size: - description: |- - Amount of disk space used by the volume (in bytes). This information - is only available for volumes created with the `"local"` volume - driver. For volumes created with other volume drivers, this field - is set to `-1` ("not available") - format: int64 - type: integer - required: - - RefCount - - Size - type: object - x-go-package: github.com/docker/docker/api/types -info: - description: |- - the purpose of this application is to provide an application - that is using plain go code to define an API - - This should demonstrate all the possible comment annotations - that are available to turn go code into a fully compliant swagger 2.0 spec - license: - name: Apache-2.0 - url: http://www.apache.org/licenses/LICENSE-2.0.txt - title: Meshery API. - version: 0.4.27 -paths: - /api/application: - get: - description: |- - Fetches the list of all applications saved by the current user - - ```?updated_after=``` timestamp should be of the format "YYYY-MM-DD HH:MM:SS" - - ```?order={field}``` orders on the passed field - - ```?search=``` A string matching is done on the specified application name - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - operationId: idGetMesheryApplications - responses: - "200": - $ref: '#/responses/mesheryApplicationsResponseWrapper' - summary: Handle GET request for Application Files - tags: - - ApplicationsAPI - /api/application/{id}: - delete: - description: 'Deletes a meshery application file with ID: id' - operationId: idDeleteMesheryApplicationFile - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Delete for a Meshery Application File - tags: - - ApplicationsAPI - /api/application/{sourcetype}: - post: - description: Updates the design for the provided application - operationId: idPutApplicationFileRequest - responses: - "200": - $ref: '#/responses/mesheryApplicationResponseWrapper' - summary: Handle POST request for Application Files - tags: - - ApplicationsAPI - /api/application/deploy: - delete: - description: Delete a deployed application file with the request - operationId: idDeleteApplicationFile - responses: - "200": - description: "" - summary: Handle DELETE request for Application File Deploy - tags: - - ApplicationsAPI - post: - description: Deploy an attached application file with the request - operationId: idPostDeployApplicationFile - parameters: - - in: formData - name: Upload Yaml/Yml File - type: file - x-go-name: FormFile - responses: - "200": - $ref: '#/responses/applicationFilesResponseWrapper' - summary: Handle POST request for Application File Deploy - tags: - - ApplicationsAPI - /api/application/download/{id}/{sourcetype}: - get: - description: Get the application source-content - operationId: typeGetApplication - parameters: - - in: formData - name: Upload Yaml/Yml File - type: file - x-go-name: FormFile - responses: {} - summary: Handle GET request for Meshery Application with of source content - tags: - - ApplicationsAPI - /api/application/types: - get: - description: Get application file types - operationId: typeGetMesheryApplication - responses: - "200": - $ref: '#/responses/mesheryApplicationTypesResponseWrapper' - summary: Handle GET request for Meshery Application types - tags: - - ApplicationsAPI - /api/content/design/share: - post: - description: Used to share designs with others - operationId: idPostShareContent - responses: - "200": - description: "" - "403": - description: "" - "500": - description: "" - summary: Handle POST request for Sharing content - tags: - - ShareContent - /api/content/filter/share: - post: - description: Used to share filters with others - operationId: idPostShareContent - responses: - "200": - description: "" - "403": - description: "" - "500": - description: "" - summary: Handle POST request for Sharing content - tags: - - ShareContent - /api/events: - get: - description: |- - Listens for events across all of Meshery's components like adapters and server, streaming them to the UI via Server Side Events - This API call never terminates and establishes a persistent keep-alive connection over which `EventsResponse`s are pushed. - operationId: idGetEventStreamer - responses: - "200": - description: "" - summary: Handle GET request for events. - tags: - - EventsAPI - /api/events/{id}: - delete: - description: Deletes event associated with the id. - operationId: idGetEventStreamer - responses: - "200": - description: "" - summary: Handle DELETE request for events. - /api/events/status/{id}: - post: - description: Updates event status for the event associated with the id. - operationId: idGetEventStreamer - responses: - "200": - $ref: '#/responses/eventResponseWrapper' - summary: Handle POST request to update event status. - /api/events/types: - get: - operationId: idGetEventStreamer - responses: - "200": - description: "" - summary: Handle GET request for available event categories and actions. - tags: - - EventsAPI - /api/filter: - get: - description: |- - # Returns the list of all the filters saved by the current user - - ```?order={field}``` orders on the passed field - - ```?search=``` A string matching is done on the specified filter name - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?visibility={visibility}``` Default visibility is public - operationId: idGetFilterFiles - responses: - "200": - $ref: '#/responses/mesheryFiltersResponseWrapper' - summary: Handle GET request for filters - tags: - - FiltersAPI - post: - description: Used to save/update a Meshery Filter - operationId: idPostFilterFile - responses: - "200": - $ref: '#/responses/mesheryFilterResponseWrapper' - summary: Handle POST requests for Meshery Filters - tags: - - FiltersAPI - /api/filter/{id}: - delete: - description: 'Deletes a meshery filter with ID: id' - operationId: idDeleteMesheryFilter - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Delete for a Meshery Filter - tags: - - FiltersAPI - get: - description: Fetches the Meshery Filter with the given id - operationId: idGetMesheryFilter - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/mesheryFilterResponseWrapper' - summary: Handle GET request for a Meshery Filter - tags: - - FiltersAPI - /api/filter/catalog: - get: - description: |- - # Filters can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10. - - ```?search={filtername}``` If search is non empty then a greedy search is performed - operationId: idGetCatalogMesheryFiltersHandler - responses: - "200": - $ref: '#/responses/mesheryFiltersResponseWrapper' - summary: Handle GET request for catalog filters - tags: - - FiltersAPI - /api/filter/catalog/publish: - post: - description: Publishes filter to Meshery Catalog by setting visibility to published and setting catalog data - operationId: idPublishCatalogFilterHandler - responses: - "202": - $ref: '#/responses/noContentWrapper' - summary: Handle Publish for a Meshery Filter - tags: - - FiltersAPI - /api/filter/catalog/unpublish: - delete: - description: Unpublishes filter from Meshery Catalog by setting visibility to private and removing catalog data from website - operationId: idUnPublishCatalogFilterHandler - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle UnPublish for a Meshery Filter - tags: - - FiltersAPI - /api/filter/clone/{id}: - post: - description: 'Creates a local copy of a published filter with id: id' - operationId: idCloneMesheryFilter - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Clone for a Meshery Filter - tags: - - FiltersAPI - /api/filter/deploy: - delete: - description: Delete a deployed filter file with the request - operationId: idDeleteFilterFile - responses: - "200": - description: "" - summary: Handle DELETE request for Filter File Deploy - tags: - - FilterAPI - post: - description: Deploy an attached filter file with the request - operationId: idPostDeployFilterFile - responses: - "200": - $ref: '#/responses/FilterFilesResponseWrapper' - summary: Handle POST request for Filter File Deploy - tags: - - FilterAPI - /api/filter/file/{id}: - get: - description: Returns the Meshery Filter file saved by the current user with the given id - operationId: idGetFilterFile - responses: - "200": - $ref: '#/responses/mesheryFilterResponseWrapper' - summary: Handle GET request for filter file with given id - tags: - - FiltersAPI - /api/identity/users: - get: - description: |- - # Users can be further filtered through query parameters - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 20 - - ```?search={username|email|first_name|last_name}``` If search is non empty then a greedy search is performed - - ```?filter={condition}``` - operationId: idGetAllUsersHandler - parameters: - - format: int64 - in: query - name: page - type: integer - x-go-name: Page - - format: int64 - in: query - name: pageSize - type: integer - x-go-name: PageSize - - in: query - name: search - type: string - x-go-name: Search - - description: 'in: order' - in: query - name: order - type: string - x-go-name: Order - - description: 'in: filter' - in: query - name: filter - type: string - x-go-name: Filter - responses: - "200": - $ref: '#/responses/users' - summary: Handles GET for all Users - tags: - - UserAPI - /api/identity/users/keys: - get: - description: Returns all keys for user - operationId: idGetAllUsersKeysHandler - responses: - "200": - $ref: '#/responses/keys' - summary: Handles GET for all Keys for users - tags: - - UserKeysAPI - /api/integrations/connections: - get: - description: |- - ```?order={field}``` orders on the passed field - - ```?search={}``` If search is non empty then a greedy search is performed - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - operationId: idGetConnections - responses: - "200": - $ref: '#/responses/ConnectionPage' - summary: Handle GET request for getting all connections - tags: - - GetConnections - post: - description: Creates a new connection - operationId: idPostConnection - responses: - "201": - $ref: '#/responses/noContentWrapper' - summary: Handle POST request for creating a new connection - tags: - - PostConnection - /api/integrations/connections/{connectionId}: - delete: - description: Deletes existing connection - operationId: idDeleteConnection - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle DELETE request for deleting an existing connection by connection ID - tags: - - DeleteConnection - put: - description: Updates existing connection using ID - operationId: idPutConnectionById - responses: - "200": - $ref: '#/responses/mesheryConnectionResponseWrapper' - summary: Handle PUT request for updating an existing connection by connection ID - tags: - - PutConnectionById - /api/integrations/connections/{connectionKind}: - get: - description: |- - ```?order={field}``` orders on the passed field - - ```?search={}``` If search is non empty then a greedy search is performed - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - operationId: idGetConnectionsByKind - responses: - "200": - $ref: '#/responses/ConnectionPage' - summary: Handle GET request for getting all connections for a given kind. - tags: - - GetConnectionsByKind - put: - description: Updates existing connection - operationId: idPutConnection - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle PUT request for updating an existing connection - tags: - - PutConnection - /api/integrations/connections/status: - get: - description: Get all connections status - operationId: idGetConnectionsStatus - responses: - "200": - $ref: '#/responses/mesheryConnectionsStatusPage' - summary: Handle GET request for getting all connections status - tags: - - GetConnectionsStatus - /api/integrations/environments: - get: - description: |- - # Environments can be further filtered through query parameters - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 20 - - ```?search={environments_name}``` If search is non empty then a greedy search is performed - - ```?filter={condition}``` - operationId: idGetEnvironments - responses: - "200": - $ref: '#/responses/environmentsResponseWrapper' - summary: Handles GET for all Environments - tags: - - EnvironmentsAPI - post: - description: Creates a new environment - operationId: idSaveEnvironment - responses: - "201": - $ref: '#/responses/noContentWrapper' - summary: Handle POST request for creating a new environment - tags: - - PostEnvironment - /api/integrations/environments/{environmentID}/connections/{connectionID}: - delete: - description: Removes connection from environment - operationId: idRemoveConnectionFromEnvironmentHandler - responses: - "201": - $ref: '#/responses/noContentWrapper' - summary: Handle DELETE to remove Connection from Environment by ID - tags: - - EnvironmentAPI - post: - description: Returns Environment connection mapping info - operationId: idAddConnectionToEnvironmentHandler - responses: - "200": - $ref: '#/responses/environmentResponseWrapper' - summary: Handle POST to add Connection in Environment by ID - tags: - - EnvironmentAPI - /api/integrations/environments/{id}: - delete: - description: Returns Environment info - operationId: idDeleteEnvironmentHandler - responses: - "201": - $ref: '#/responses/noContentWrapper' - summary: Handle DELETE for Environment based on ID - tags: - - EnvironmentAPI - get: - description: Returns Environment info - operationId: idGetEnvironmentByIDHandler - responses: - "200": - $ref: '#/responses/environmentResponseWrapper' - summary: Handle GET for Environment info by ID - tags: - - EnvironmentAPI - put: - description: Updates a environment - operationId: idUpdateEnvironmentHandler - responses: - "200": - $ref: '#/responses/environmentResponseWrapper' - summary: Handle PUT request for updating a environment - tags: - - PostEnvironment - /api/meshmodel/components/register: - post: - description: Validate the given value with the given schema - operationId: idPostMeshModelValidate - responses: - "200": - description: "" - summary: Handle POST request for registering meshmodel components. - tags: - - MeshmodelValidate - /api/meshmodel/generate: - post: - description: Generates Meshery Components for the given payload - operationId: idPostMeshModelComponentGenerate - responses: - "200": - description: "" - summary: Handle POST request for component generation - tags: - - MeshmodelComponentGenerate - /api/meshmodel/validate: - post: - description: Validate the given value with the given schema - operationId: idPostMeshModelValidate - responses: - "200": - description: "" - summary: Handle POST request for validate - tags: - - MeshmodelValidate - /api/meshmodels/categories: - get: - description: |- - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?search={categoryName}``` If search is non empty then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelCategories - responses: - "200": - $ref: '#/responses/meshmodelCategoriesResponseWrapper' - summary: Handle GET request for getting all meshmodel categories - tags: - - GetMeshmodelCategories - /api/meshmodels/categories/{category}: - get: - description: |- - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - - ```?search={[true/false]}``` If search is true then a greedy search is performed - operationId: idGetMeshmodelCategoriesByName - responses: - "200": - $ref: '#/responses/meshmodelCategoriesResponseWrapper' - summary: Handle GET request for getting all meshmodel categories of a given name - tags: - - GetMeshmodelCategoriesByName - /api/meshmodels/categories/{category}/components: - get: - description: |- - # Components can be further filtered through query parameter - - ```?version={version}``` - - ```?trim={[true]}``` When trim is set to true, the underlying schemas are not returned for entities - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={componentname}``` If search is non empty then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentByCategory - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific model and category. - tags: - - GetMeshmodelComponentByCategory - /api/meshmodels/categories/{category}/components/{name}: - get: - description: |- - Example: ```/api/meshmodels/categories/Orchestration``` and Management/components/Namespace - Components can be further filtered through query parameter - - ```?model={model}``` If model is unspecified then all models are returned - - ```?version={version}``` If version is unspecified then all model versions are returned - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all components are returned - - ```?order={field}``` orders on the passed field - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentsByNameByCategory - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific type category. - tags: - - GetMeshmodelComponentsByNameByCategory - /api/meshmodels/categories/{category}/models: - get: - description: |- - ```?version={version}``` If version is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={modelname}``` If search is non empty then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelModelsByCategories - responses: - "200": - $ref: '#/responses/meshmodelModelsDuplicateResponseWrapper' - summary: Handle GET request for getting all meshmodel models for a given category. The component type/model name should be lowercase like "kubernetes", "istio" - tags: - - GetMeshmodelModelsByCategories - /api/meshmodels/categories/{category}/models/{model}: - get: - description: |- - ```?version={version}``` If version is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelModelsByCategoriesByModel - responses: - "200": - $ref: '#/responses/meshmodelModelsDuplicateResponseWrapper' - summary: Handle GET request for getting all meshmodel models for a given category. The component type/model name should be lowercase like "kubernetes", "istio" - tags: - - GetMeshmodelModelsByCategoriesByModel - /api/meshmodels/categories/{category}/models/{model}/components: - get: - description: |- - Example: ```/api/meshmodels/categories/Orchestration``` and Management/models/kubernetes/components - Components can be further filtered through query parameter - - ```?version={version}``` - - ```?trim={[true]}``` When trim is set to true, the underlying schemas are not returned for entities - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={componentname}``` If search is non empty then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentByModelByCategory - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific model and category. The component type/model name should be lowercase like "kubernetes", "istio" - tags: - - GetMeshmodelComponentByModelByCategory - /api/meshmodels/categories/{category}/models/{model}/components/{name}: - get: - description: |- - Example: ```/api/meshmodels/categories/Orchestration``` and Management/models/kubernetes/components/Namespace - Components can be further filtered through query parameter - - ```?version={version}``` If version is unspecified then all model versions are returned - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all components are returned - - ```?order={field}``` orders on the passed field - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentsByNameByModelByCategory - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific type by model and category. - tags: - - GetMeshmodelComponentsByNameByModelByCategory - /api/meshmodels/components: - get: - description: |- - # Components can be further filtered through query parameter - - ```?version={version}``` - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={componentname}``` If search is non empty then a greedy search is performed - - ```?trim={[true]}``` When trim is set to true, the underlying schemas are not returned for entities - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetAllMeshmodelComponents - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components across all models and categories - tags: - - GetAllMeshmodelComponents - /api/meshmodels/components/{name}: - get: - description: |- - Example: ```/api/meshmodels/components/Namespace``` - Components can be further filtered through query parameter - - ```?model={model}``` If model is unspecified then all models are returned - - ```?version={version}``` If version is unspecified then all model versions are returned - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all components are returned - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?trim={[true]}``` When trim is set to true, the underlying schemas are not returned for entities - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetAllMeshmodelComponentsByName - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific type by name across all models and categories - tags: - - GetAllMeshmodelComponentsByName - /api/meshmodels/models: - get: - description: |- - # Returns a list of registered models across all categories - - ```?version={version}``` If version is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={modelname}``` If search is non empty then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelModels - responses: - "200": - $ref: '#/responses/meshmodelModelsDuplicateResponseWrapper' - summary: Handle GET request for getting all meshmodel models - tags: - - GetMeshmodelModels - /api/meshmodels/models/{model}: - get: - description: |- - # Returns a list of registered models across all categories - - ```?version={version}``` If version is unspecified then all models are returned - - ```?order={field}``` orders on the passed field - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelModelsByName - responses: - "200": - $ref: '#/responses/meshmodelModelsDuplicateResponseWrapper' - summary: Handle GET request for getting all meshmodel models. The component type/model name should be lowercase like "kubernetes", "istio" - tags: - - GetMeshmodelModelsByName - /api/meshmodels/models/{model}/components: - get: - description: |- - Example: ```/api/meshmodels/models/kubernetes/components``` - Components can be further filtered through query parameter - - ```?version={version}``` - - ```?trim={[true]}``` When trim is set to true, the underlying schemas are not returned for entities - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all models are returned - - ```?search={componentname}``` If search is non empty then a greedy search is performed - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentByModel - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific model. The component type/model name should be lowercase like "kubernetes", "istio" - tags: - - GetMeshmodelComponentByModel - /api/meshmodels/models/{model}/components/{name}: - get: - description: |- - Example: ```/api/meshmodels/models/kubernetes/components/Namespace``` - Components can be further filtered through query parameter - - ```?version={version}``` If version is unspecified then all model versions are returned - - ```?apiVersion={apiVersion}``` If apiVersion is unspecified then all components are returned - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelComponentsByNameByModel - responses: - "200": - $ref: '#/responses/meshmodelComponentsDuplicateResponseWrapper' - summary: Handle GET request for getting meshmodel components of a specific model. - tags: - - GetMeshmodelComponentsByNameByModel - /api/meshmodels/models/{model}/policies/: - get: - description: |- - Example: ```/api/meshmodels/models/kubernetes/policies``` - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelPolicies - responses: - "200": - $ref: '#/responses/meshmodelPoliciesResponseWrapper' - summary: Handle GET request for getting meshmodel policies of a specific model by name. - tags: - - GetMeshmodelPolicies - /api/meshmodels/models/{model}/policies/{name}: - get: - description: |- - Example: ```/api/meshmodels/models/kubernetes/policies/{name}``` - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelPoliciesByName - responses: - "200": - $ref: '#/responses/meshmodelPoliciesResponseWrapper' - summary: Handle GET request for getting meshmodel policies of a specific model by name. - tags: - - GetMeshmodelPoliciesByName - /api/meshmodels/models/{model}/relationships: - get: - description: |- - Example: ```/api/meshmodel/model/kubernetes/relationship``` - - # Relationships can be further filtered through query parameter - - ```?version={version}``` - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetAllMeshmodelRelationshipsByModel - responses: - "200": - $ref: '#/responses/meshmodelRelationshipsResponseWrapper' - summary: Handle GET request for getting meshmodel relationships of a specific model - tags: - - GetAllMeshmodelRelationships - /api/meshmodels/models/{model}/relationships/{name}: - get: - description: |- - Example: ```/api/meshmodels/models/kubernetes/relationships/Edge``` - - # Relationships can be further filtered through query parameter - - ```?version={version}``` - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?search={[true/false]}``` If search is true then a greedy search is performed - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetMeshmodelRelationshipByName - responses: - "200": - $ref: '#/responses/meshmodelRelationshipsResponseWrapper' - summary: Handle GET request for getting meshmodel relationships of a specific model by name. - tags: - - GetMeshmodelRelationshipByName - /api/meshmodels/relationships: - get: - description: |- - # Relationships can be further filtered through query parameter - - ```?version={version}``` - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetAllMeshmodelRelationships - responses: - "200": - $ref: '#/responses/meshmodelRelationshipsResponseWrapper' - summary: Handle GET request for getting all meshmodel relationships - tags: - - GetAllMeshmodelRelationships - /api/pattern: - get: - description: |- - Returns the list of all the patterns saved by the current user - This will return all the patterns with their details - - ```?order={field}``` orders on the passed field - - ```?search=``` A string matching is done on the specified design name - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 10 - operationId: idGetPatternFiles - responses: - "200": - $ref: '#/responses/mesheryPatternsResponseWrapper' - summary: Handle GET request for patterns - tags: - - PatternsAPI - post: - description: Edit/update a meshery pattern - operationId: idPostPatternFile - responses: - "200": - $ref: '#/responses/mesheryPatternResponseWrapper' - summary: Handle POST requests for patterns - tags: - - PatternsAPI - /api/pattern/{id}: - delete: - description: DeleteMultiMesheryPatternsHandler deletes patterns with the given ids - operationId: idDeleteMesheryPattern - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Delete for multiple Meshery Patterns - tags: - - PatternsAPI - get: - description: Fetches the pattern with the given id - operationId: idGetMesheryPattern - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/mesheryPatternResponseWrapper' - summary: Handle GET for a Meshery Pattern - tags: - - PatternsAPI - /api/pattern/catalog: - get: - description: |- - # Patterns can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10. - - ```?search={patternname}``` If search is non empty then a greedy search is performed - operationId: idGetCatalogMesheryPatternsHandler - responses: - "200": - $ref: '#/responses/mesheryPatternsResponseWrapper' - summary: Handle GET request for catalog patterns - tags: - - PatternsAPI - /api/pattern/catalog/publish: - post: - description: Publishes pattern to Meshery Catalog by setting visibility to published and setting catalog data - operationId: idPublishCatalogPatternHandler - responses: - "202": - $ref: '#/responses/noContentWrapper' - summary: Handle Publish for a Meshery Pattern - tags: - - PatternsAPI - /api/pattern/catalog/unpublish: - delete: - description: Unpublishes pattern from Meshery Catalog by setting visibility to private and removing catalog data from website - operationId: idUnPublishCatalogPatternHandler - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Publish for a Meshery Pattern - tags: - - PatternsAPI - /api/pattern/clone/{id}: - post: - description: 'Creates a local copy of a published pattern with id: id' - operationId: idCloneMesheryPattern - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Clone for a Meshery Pattern - tags: - - PatternsAPI - /api/pattern/deploy: - delete: - description: Delete a deployed pattern with the request - operationId: idDeleteDeployPattern - responses: - "200": - description: "" - summary: Handle DELETE request for Pattern Deploy - tags: - - PatternsAPI - post: - description: Deploy an attached pattern with the request - operationId: idPostDeployPattern - parameters: - - in: formData - name: Upload Yaml/Yml File - type: file - x-go-name: FormFile - responses: - "200": - description: "" - summary: Handle POST request for Pattern Deploy - tags: - - PatternsAPI - /api/patterns: - delete: - description: DeleteMultiMesheryPatternsHandler deletes patterns with the given ids - operationId: idDeleteMesheryPattern - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Delete for multiple Meshery Patterns - tags: - - PatternsAPI - /api/perf/profile: - get: - description: Runs the load test with the given parameters - operationId: idRunPerfTest - parameters: - - $ref: '#/definitions/PerformanceTestParameters' - in: query - name: Query - - in: body - name: Body - schema: - $ref: '#/definitions/PerformanceTestConfig' - responses: - "200": - description: "" - summary: Handle GET request to run a test - tags: - - PerfAPI - /api/perf/profile/result: - get: - description: |- - # Results can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={}``` If search is non empty then a greedy search is performed - - ```?from={date}``` Date must be in yyyy-mm-dd format - - ```?to={date}``` Date must be in yyyy-mm-dd format - operationId: idGetAllPerfResults - responses: - "200": - $ref: '#/responses/performanceResultsResponseWrapper' - summary: Handles GET requests for perf results - tags: - - PerfAPI - /api/perf/profile/result/{id}: - get: - description: Returns an individual result from provider - operationId: idGetSinglePerfResult - responses: - "200": - $ref: '#/responses/perfSingleResultRespWrapper' - summary: Handles GET requests for perf result - tags: - - PerfAPI - /api/policies/run_policy: - post: - description: Handle POST request for running the set of policies on the design file, the policies are picked from the policies directory and query is sent to find all the relationships around the services in the given design file - operationId: idGetRegoPolicyForDesignFile - responses: {} - tags: - - GetRegoPolicyForDesignFile - /api/provider: - get: - description: Update the choice of provider in system - operationId: idChoiceProvider - parameters: - - in: query - name: provider - type: string - x-go-name: Provider - responses: - "200": - description: "" - summary: Handle GET request for the choice of provider - tags: - - ProvidersAPI - /api/provider/capabilities: - get: - description: Returns the capabilities.json for the provider - operationId: idGetProviderCapabilities - responses: - "200": - description: "" - summary: Handle GET requests for Provider - tags: - - ProvidersAPI - /api/provider/extension: - get: - description: handles the requests to serve react components from the provider package - operationId: idReactComponents - responses: - "200": - description: "" - summary: Handle GET request for React Components - tags: - - ProvidersAPI - /api/providers: - get: - description: Returns the available list of providers - operationId: idGetProvidersList - responses: - "200": - $ref: '#/responses/listProvidersRespWrapper' - summary: Handle GET request for list of providers - tags: - - ProvidersAPI - /api/schema/resource/{resourceName}: - get: - operationId: HandleResourceSchemas - responses: {} - summary: Handles the request to retrieve and merge resource JSON schema and UI schema. - /api/smi/results: - get: - description: |- - # Results can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={status|mesh_version|mesh_name|date|id}``` If search is non empty then a greedy search is performed - operationId: idFetchSmiResults - responses: - "200": - $ref: '#/responses/smiResultsResponseWrapper' - summary: Handle GET request for the results of all the smi conformance tests - tags: - - Smi - /api/system/adapter/manage: - delete: - description: Used to delete adapter configuration - operationId: idDeleteAdapterConfig - parameters: - - in: query - name: adapter - type: string - x-go-name: Adapter - responses: - "200": - description: "" - summary: Handle DELETE requests to delete adapter config - tags: - - SystemAPI - post: - description: Used to persist adapter config - operationId: idPostAdapterConfig - parameters: - - in: body - name: meshLocationURL - schema: - type: string - x-go-name: MeshLocationURL - responses: - "200": - $ref: '#/responses/mesheryAdaptersRespWrapper' - summary: Handle POST requests to persist adapter config - tags: - - SystemAPI - /api/system/adapter/operation: - post: - description: Used to send operations to the adapters - operationId: idPostAdapterOperation - parameters: - - in: query - name: adapter - type: string - x-go-name: Adapter - - in: query - name: query - type: string - x-go-name: Query - - in: query - name: customBody - type: string - x-go-name: CustomBody - - in: query - name: namespace - type: string - x-go-name: Namespace - - in: query - name: deleteOp - type: string - x-go-name: Delete - responses: - "200": - description: "" - summary: Handle POST requests for Adapter Operations - tags: - - SystemAPI - /api/system/adapters: - get: - description: Fetches and returns all the adapters and ping adapters - operationId: idGetSystemAdapters - parameters: - - in: query - name: adapter - type: string - x-go-name: Adapter - responses: - "200": - $ref: '#/responses/systemAdaptersRespWrapper' - summary: Handle GET request for adapters - tags: - - SystemAPI - /api/system/adapters/available: - get: - description: Fetches and returns all the adapters available for deployment - operationId: idGetAvailableAdapters - responses: - "200": - $ref: '#/responses/systemAdaptersRespWrapper' - summary: Handle GET request for available adapters - tags: - - SystemAPI - /api/system/database: - get: - description: |- - # Tables can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?sort={[asc/desc]}``` Default behavior is asc - - ```?page={page-number}``` Default page number is 1 - - ```?pagesize={pagesize}``` Default pagesize is 10. To return all results: ```pagesize=all``` - - ```?search={tablename}``` If search is non empty then a greedy search is performed - operationId: idGetSystemDatabase - responses: - "200": - $ref: '#/responses/systemDatabaseResponseWrapper' - summary: Handle GET request for getting summary about the system database. - tags: - - GetSystemDatabase - /api/system/database/reset: - delete: - description: |- - This endpoint resets the system database to its initial state by performing the following steps: - Creates an archive of the current database contents. - Drops all existing tables in the database. - Applies auto migration to recreate the necessary tables. - operationId: ResetSystemDatabase - responses: - "200": - description: "" - "500": - description: "" - summary: Reset the system database to its initial state. - /api/system/kubernetes: - delete: - description: Used to delete kubernetes config to System - operationId: idDeleteK8SConfig - responses: - "200": - description: "" - summary: Handle DELETE request for Kubernetes Config - tags: - - SystemAPI - post: - description: Used to add kubernetes config to System - operationId: idPostK8SConfig - responses: - "200": - $ref: '#/responses/k8sConfigRespWrapper' - summary: Handle POST request for Kubernetes Config - tags: - - SystemAPI - /api/system/kubernetes/contexts: - get: - description: |- - # Contexts can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={contextname}``` If search is non empty then a greedy search is performed - operationId: idGetAllContexts - responses: - "200": - $ref: '#/responses/systemK8sContextsResponseWrapper' - summary: Handle GET request for all kubernetes contexts. - tags: - - GetAllContexts - post: - description: Returns the context list for a given k8s config - operationId: idPostK8SContexts - responses: - "200": - $ref: '#/responses/k8sContextsRespWrapper' - summary: Handle POST requests for Kubernetes Context list - tags: - - SystemAPI - /api/system/kubernetes/ping?connection_id={id}: - get: - description: Fetches server version to simulate ping - operationId: idGetKubernetesPing - responses: - "200": - description: "" - summary: Handle GET request for Kubernetes ping - tags: - - SystemAPI - /api/system/kubernetes/register: - post: - description: Used to register Kubernetes components to Meshery from a kubeconfig file - operationId: idPostK8SRegistration - responses: - "202": - description: "" - "400": - description: "" - "500": - description: "" - summary: Handle registration request for Kubernetes components - tags: - - SystemAPI - /api/system/meshsync/grafana: - get: - description: Fetches Prometheus and Grafana - operationId: idMeshSyncGrafana - responses: - "200": - $ref: '#/responses/v1ServicesMapResponseWrapper' - summary: Handle GET request for mesh-sync grafana - tags: - - SystemAPI - /api/system/meshsync/prometheus: - get: - description: Fetches Prometheus - operationId: idMeshSyncPrometheus - responses: - "200": - $ref: '#/responses/v1ServicesMapResponseWrapper' - summary: Handle GET request for fetching prometheus - tags: - - SystemAPI - /api/system/sync: - get: - description: Used to send session data to the UI for initial sync - operationId: idSystemSync - responses: - "200": - $ref: '#/responses/userLoadTestPrefsRespWrapper' - summary: Handle GET request for config sync - tags: - - SystemAPI - /api/system/version: - get: - description: Returns the running Meshery version - operationId: idGetSystemVersion - responses: - "200": - $ref: '#/responses/mesheryVersionRespWrapper' - summary: Handle GET request for system/server version - tags: - - SystemAPI - /api/telemetry/metrics/board_import: - post: - description: Used for importing Grafana board for Prometheus - operationId: idPostPrometheusBoardImport - responses: - "200": - $ref: '#/responses/prometheusBoardImportRespWrapper' - summary: Handle POST request for Prometheus board import - tags: - - PrometheusAPI - /api/telemetry/metrics/boards: - post: - description: Used to persist selected board and panels - operationId: idPostPrometheusBoard - parameters: - - in: body - name: Body - required: true - schema: - items: - $ref: '#/definitions/SelectedGrafanaConfig' - type: array - responses: - "200": - description: "" - summary: Handle POST request for Prometheus board - tags: - - PrometheusAPI - /api/telemetry/metrics/config: - delete: - description: Used for deleting Prometheus configuration - operationId: idDeletePrometheusConfig - responses: - "200": - description: "" - summary: Handle DELETE for Prometheus configuration - tags: - - PrometheusAPI - get: - description: Used for fetching Prometheus configuration - operationId: idGetPrometheusConfig - responses: - "200": - $ref: '#/responses/prometheusConfigResponseWrapper' - summary: Handle GET for Prometheus configuration - tags: - - PrometheusAPI - post: - description: Used for persisting Prometheus configuration - operationId: idPostPrometheusConfig - parameters: - - in: body - name: prometheusURL - schema: - type: string - x-go-name: PrometheusURL - responses: - "200": - description: "" - summary: Handle POST for Prometheus configuration - tags: - - PrometheusAPI - /api/telemetry/metrics/grafana/boards: - get: - description: Used for fetching Grafana boards and panels - operationId: idGetGrafanaBoards - parameters: - - in: query - name: dashboardSearch - type: string - x-go-name: DashboardSearch - responses: - "200": - $ref: '#/responses/grafanaBoardsResponseWrapper' - summary: Handle GET request for Grafana boards - tags: - - GrafanaAPI - post: - description: Used for persist Grafana boards and panel selections - operationId: idPostGrafanaBoards - responses: - "200": - description: "" - summary: Handle POST request for Grafana boards - tags: - - GrafanaAPI - /api/telemetry/metrics/grafana/config: - delete: - description: Used for Delete Grafana configuration - operationId: idDeleteGrafanaConfig - responses: - "200": - description: "" - summary: Handle DELETE request for Grafana configuration - tags: - - GrafanaAPI - get: - description: Used for fetching Grafana configuration - operationId: idGetGrafanaConfig - responses: - "200": - $ref: '#/responses/grafanaConfigResponseWrapper' - summary: Handle GET request for Grafana configuration - tags: - - GrafanaAPI - post: - description: Used for persisting Grafana configuration - operationId: idPostGrafanaConfig - parameters: - - in: body - name: Body - required: true - schema: - $ref: '#/definitions/GrafanaConfigParams' - responses: - "200": - description: "" - summary: Handle POST request for Grafana configuration - tags: - - GrafanaAPI - /api/telemetry/metrics/grafana/ping: - get: - description: Used to initiate a Grafana ping - operationId: idGetGrafanaPing - responses: - "200": - description: "" - summary: Handle GET request for Grafana ping - tags: - - GrafanaAPI - /api/telemetry/metrics/grafana/query: - get: - description: Used for handling Grafana queries - operationId: idGetGrafanaQuery - responses: - "200": - description: "" - summary: Handle GET request for Grafana queries - tags: - - GrafanaAPI - /api/telemetry/metrics/grafana/scan: - get: - description: Fetches and returns Grafana - operationId: idGetGrafana - responses: - "200": - $ref: '#/responses/v1ServicesMapResponseWrapper' - summary: Handle GET request for Grafana - tags: - - GrafanaAPI - /api/telemetry/metrics/ping: - get: - description: Used to ping prometheus - operationId: idGetPrometheusPing - responses: - "200": - description: "" - summary: Handle GET request for Prometheus Ping - tags: - - PrometheusAPI - /api/telemetry/metrics/query: - get: - description: Used to prometheus queries - operationId: idGetPrometheusQuery - responses: - "200": - description: "" - summary: Handle GET request for Prometheus Query - tags: - - PrometheusAPI - /api/telemetry/metrics/static-board: - get: - description: Used to fetch the static board - operationId: idGetPrometheusStaticBoard - responses: - "200": - $ref: '#/responses/prometheusStaticBoardRespWrapper' - summary: Handle GET request for Prometheus static board - tags: - - PrometheusAPI - /api/user/login: - get: - description: Redirects user for auth or issues session - operationId: idGetUserLogin - responses: - "200": - description: "" - summary: Handlers GET request for User login - tags: - - UserAPI - /api/user/logout: - get: - description: Redirects user for auth or issues session - operationId: idGetUserLogout - responses: - "200": - description: "" - summary: Handlers GET request for User logout - tags: - - UserAPI - /api/user/performance/profiles: - get: - description: |- - Returns the list of all the performance profiles saved by the current user - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={profilename}``` If search is non empty then a greedy search is performed - operationId: idGetPerformanceProfiles - responses: - "200": - $ref: '#/responses/performanceProfilesResponseWrapper' - summary: Handle GET requests for performance profiles - tags: - - PerformanceAPI - post: - description: Save performance profile using the current provider's persistence mechanism - operationId: idSavePerformanceProfile - parameters: - - in: body - name: Body - schema: - $ref: '#/definitions/PerformanceProfileParameters' - responses: - "200": - $ref: '#/responses/performanceProfileResponseWrapper' - summary: Handle POST requests for saving performance profile - tags: - - PerformanceAPI - /api/user/performance/profiles/{id}: - delete: - description: Deletes a performance profile with the given id - operationId: idDeletePerformanceProfile - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/noContentWrapper' - summary: Handle Delete requests for performance profiles - tags: - - PerformanceAPI - get: - description: Returns single performance profile with the given id - operationId: idGetSinglePerformanceProfile - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/performanceProfileResponseWrapper' - summary: Handle GET requests for performance results of a profile - tags: - - PerformanceAPI - /api/user/performance/profiles/{id}/results: - get: - description: |- - Fetches pages of results from provider for the given id - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={result_name|mesh|url}``` If search is non empty then a greedy search is performed - operationId: idGETProfileResults - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/performanceResultsResponseWrapper' - summary: Handle GET request for results of a profile - tags: - - PerformanceAPI - /api/user/performance/profiles/{id}/run: - get: - description: Runs the load test with the given parameters - operationId: idRunPerformanceTest - parameters: - - $ref: '#/definitions/PerformanceTestParameters' - in: query - name: Body - responses: - "200": - description: "" - summary: Handle GET request to run a performance test - tags: - - PerformanceAPI - /api/user/performance/profiles/results: - get: - description: |- - # Results can be further filtered through query parameter - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - - ```?search={}``` If search is non empty then a greedy search is performed - - ```?from={date}``` Date must be in yyyy-mm-dd format - - ```?to={date}``` Date must be in yyyy-mm-dd format - operationId: idGetAllPerformanceResults - responses: - "200": - $ref: '#/responses/performanceResultsResponseWrapper' - summary: Handles GET requests for performance results - tags: - - PerformanceAPI - /api/user/prefs: - get: - description: Returns User Load Test Preferences - operationId: idGetUserTestPrefs - responses: - "200": - $ref: '#/responses/userLoadTestPrefsRespWrapper' - summary: Handle GET Requests for User Load Test Preferences - tags: - - UserAPI - post: - description: Updates User Load Test Preferences - operationId: idPostUserTestPrefs - responses: - "200": - $ref: '#/responses/userLoadTestPrefsRespWrapper' - summary: Handle POST Requests for User Load Test Preferences - tags: - - UserAPI - /api/user/prefs/perf: - delete: - description: Used for deleting load test preferences - operationId: idDeleteLoadPreferences - parameters: - - format: uuid - in: query - name: uuid - type: string - x-go-name: UUID - responses: - "200": - description: "" - summary: Handle DELETE request for load test preferences - tags: - - UserAPI - get: - description: Used for fetching load test preferences - operationId: idGetLoadPreferences - parameters: - - format: uuid - in: query - name: uuid - type: string - x-go-name: UUID - responses: - "200": - $ref: '#/responses/loadTestPreferencesWrapper' - summary: Handle GET request for load test preferences - tags: - - UserAPI - post: - description: Used for persisting load test preferences - operationId: idPostLoadPreferences - parameters: - - in: body - name: Body - schema: - $ref: '#/definitions/PerformanceTestConfig' - responses: - "200": - description: "" - summary: Handle POST request for load test preferences - tags: - - UserAPI - /api/user/profile/{id}: - get: - description: Returns User info - operationId: idGetUserByIDHandler - responses: - "200": - $ref: '#/responses/userInfo' - summary: Handle GET for User info by ID - tags: - - UserAPI - /api/user/schedules: - get: - description: |- - # Returns the list of all the schedules saved by the current user - - ```?order={field}``` orders on the passed field - - ```?page={page-number}``` Default page number is 0 - - ```?pagesize={pagesize}``` Default pagesize is 10 - operationId: idGetSchedules - responses: - "200": - $ref: '#/responses/schedulesResponseWrapper' - summary: Handle GET request for Schedules - tags: - - SchedulesAPI - post: - description: Save schedule using the current provider's persistence mechanism - operationId: idPostSchedules - responses: - "200": - $ref: '#/responses/singleScheduleResponseWrapper' - summary: Handle POST request for Schedules - tags: - - SchedulesAPI - /api/user/schedules/{id}: - delete: - description: Deletes a schedule with the given id - operationId: idDeleteSchedules - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/schedulesResponseWrapper' - summary: Handle DELETE request for Schedules - tags: - - SchedulesAPI - get: - description: Fetches and returns the schedule with the given id - operationId: idGetSingleSchedule - parameters: - - description: id for a specific - format: uuid - in: path - name: id - required: true - type: string - x-go-name: ID - responses: - "200": - $ref: '#/responses/singleScheduleResponseWrapper' - summary: Handle GET request for Schedules - tags: - - SchedulesAPI - /api/user/token: - get: - description: |- - Returns token from the actual provider in a file - response: - 200: - operationId: idGetTokenProvider - summary: Handle GET request for tokens - tags: - - UserAPI - post: - description: |- - Receives token from the actual provider - response: - 200: - operationId: idPostTokenProvider - summary: Handle POST request for tokens - tags: - - UserAPI - /api/v2/events: - get: - description: |- - ```search={description}``` If search is non empty then a search is performed on event description - ```?category=[eventcategory] Returns event belonging to provided categories ``` - ```?action=[eventaction] Returns events belonging to provided actions ``` - ```?status={[read/unread]}``` Return events filtered on event status Default is unread```` - ```?severity=[eventseverity] Returns events belonging to provided severities ``` - ```?sort={field} order the records based on passed field, defaults to updated_at``` - ```?order={[asc/desc]}``` Default behavior is desc - ```?page={page-number}``` Default page number is 1 - ```?pagesize={pagesize}``` Default pagesize is 25. To return all results: ```pagesize=all``` - operationId: idGetEventStreamer - responses: - "200": - $ref: '#/responses/eventsResponseWrapper' - summary: Handle GET request for events. - tags: - - EventsAPI - /provider: - get: - description: Servers providers UI - operationId: idProvider - responses: - "200": - description: "" - summary: Handle GET request to provider UI - tags: - - ProvidersAPI -produces: - - application/json -responses: - Category: - description: "" - headers: - metadata: {} - name: - type: string - schema: - additionalProperties: {} - type: object - ComponentDefinition: - description: "" - headers: - apiVersion: - type: string - displayName: - type: string - displayhostname: - type: string - format: {} - hostID: - format: uuid - type: string - hostname: - type: string - kind: - type: string - metadata: {} - model: {} - schema: - type: string - schema: - $ref: '#/definitions/Model' - additionalProperties: {} - type: object - Connection: - description: "" - headers: - created_at: - format: date-time - type: string - credential_id: - format: uuid - type: string - deleted_at: {} - id: - format: uuid - type: string - kind: - type: string - metadata: {} - name: - type: string - status: {} - sub_type: - type: string - type: - type: string - updated_at: - format: date-time - type: string - user_id: - format: uuid - type: string - schema: - $ref: '#/definitions/NullTime' - additionalProperties: {} - type: object - ConnectionPage: - description: "" - headers: - connections: - items: - $ref: '#/definitions/Connection' - type: array - page: - format: int64 - type: integer - page_size: - format: int64 - type: integer - total_count: - format: int64 - type: integer - ConnectionStatus: - description: "" - schema: - type: string - ConnectionsStatusPage: - description: "" - headers: - connections_status: - items: - $ref: '#/definitions/ConnectionStatusInfo' - type: array - EventsResponse: - description: "" - headers: - count_by_severity_level: - items: - $ref: '#/definitions/CountBySeverityLevel' - type: array - events: - items: - $ref: '#/definitions/Event' - type: array - page: - format: int64 - type: integer - page_size: - format: int64 - type: integer - total_count: - format: int64 - type: integer - FilterFilesResponseWrapper: - description: Returns the response of the Filter files - schema: - $ref: '#/definitions/MesheryFilter' - Model: - description: "" - headers: - category: {} - displayName: - type: string - displayhostname: - type: string - hostID: - format: uuid - type: string - hostname: - type: string - metadata: {} - name: - type: string - version: - type: string - schema: - $ref: '#/definitions/Category' - additionalProperties: {} - type: object - RelationshipDefinition: - description: |- - https://docs.google.com/drawings/d/1_qzQ_YxvCWPYrOBcdqGMlMwfbsZx96SBuIkbn8TfKhU/edit?pli=1 - see RELATIONSHIPDEFINITIONS table in the diagram - headers: - apiVersion: - type: string - displayhostname: - type: string - hostID: - format: uuid - type: string - hostname: - type: string - kind: - type: string - metadata: {} - model: {} - selectors: {} - subType: - type: string - schema: - $ref: '#/definitions/Model' - additionalProperties: {} - type: object - applicationFilesResponseWrapper: - description: Returns the response of the application files - schema: - $ref: '#/definitions/MesheryApplication' - environmentResponseWrapper: - description: Returns environment - schema: - $ref: '#/definitions/EnvironmentData' - environmentsResponseWrapper: - description: Returns all environements - schema: - $ref: '#/definitions/EnvironmentPage' - eventResponseWrapper: - description: Returns event - schema: - $ref: '#/definitions/Event' - eventsResponseWrapper: - description: Returns all events - schema: - $ref: '#/definitions/EventsResponse' - grafanaBoardsResponseWrapper: - description: Returns Grafana boards and panels - schema: - items: - $ref: '#/definitions/GrafanaBoard' - type: array - grafanaConfigResponseWrapper: - description: Returns Grafana configs - schema: - $ref: '#/definitions/Grafana' - k8sConfigRespWrapper: - description: Returns saved kubernetes config - k8sContextsRespWrapper: - description: Returns kubernetes context list - keys: - description: Returns users Keys - headers: - Body: {} - schema: - $ref: '#/definitions/UserKeys' - listProvidersRespWrapper: - description: Returns a list of available providers - schema: - additionalProperties: - $ref: '#/definitions/ProviderProperties' - type: object - loadTestPreferencesWrapper: - description: Returns load test preferences - schema: - $ref: '#/definitions/PerformanceTestConfig' - mesheryAdaptersRespWrapper: - description: Returns all the meshery adapters - schema: - items: - $ref: '#/definitions/Adapter' - type: array - mesheryApplicationResponseWrapper: - description: Fetches a single Meshery Application - schema: - $ref: '#/definitions/MesheryApplication' - mesheryApplicationTypesResponseWrapper: - description: Returns Meshery application types - schema: - items: - $ref: '#/definitions/ApplicationTypeResponse' - type: array - mesheryApplicationsResponseWrapper: - description: Returns all meshery applications - schema: - $ref: '#/definitions/ApplicationsAPIResponse' - mesheryConnectionResponseWrapper: - description: Returns a single connection - schema: - $ref: '#/definitions/Connection' - mesheryConnectionsStatusPage: - description: Returns all connections Status - schema: - $ref: '#/definitions/ConnectionsStatusPage' - mesheryFilterResponseWrapper: - description: Returns a single meshery filter - schema: - $ref: '#/definitions/MesheryFilter' - mesheryFiltersResponseWrapper: - description: Returns all meshery filters - schema: - $ref: '#/definitions/FiltersAPIResponse' - mesheryPatternResponseWrapper: - description: Returns a single meshery pattern - schema: - $ref: '#/definitions/MesheryPattern' - mesheryPatternsResponseWrapper: - description: Returns all meshery patterns - schema: - $ref: '#/definitions/PatternsAPIResponse' - mesheryVersionRespWrapper: - description: Returns Meshery version - schema: - $ref: '#/definitions/Version' - meshmodelCategoriesResponseWrapper: - description: Returns meshmodel categories - schema: - $ref: '#/definitions/MeshmodelCategoriesAPIResponse' - meshmodelComponentsDuplicateResponseWrapper: - description: Return meshmoddel components with the count of duplicates - schema: - $ref: '#/definitions/MeshmodelComponentsDuplicateAPIResponse' - meshmodelComponentsResponseWrapper: - description: Return meshmodel components - schema: - $ref: '#/definitions/MeshmodelComponentsAPIResponse' - meshmodelModelsDuplicateResponseWrapper: - description: Return meshmodel models with the count of duplicates - schema: - $ref: '#/definitions/MeshmodelsDuplicateAPIResponse' - meshmodelModelsResponseWrapper: - description: Returns meshmodel models - schema: - $ref: '#/definitions/MeshmodelsAPIResponse' - meshmodelPoliciesResponseWrapper: - description: Returns meshmodel policies - schema: - $ref: '#/definitions/MeshmodelPoliciesAPIResponse' - meshmodelRelationshipsResponseWrapper: - description: Returns meshmodel relationships - schema: - $ref: '#/definitions/MeshmodelRelationshipsAPIResponse' - noContentWrapper: - description: "" - perfSingleResultRespWrapper: - description: Returns Single test result - schema: - $ref: '#/definitions/PerformanceSpec' - perfTestPrefsRespWrapper: - description: Returns Perf test preference - schema: - $ref: '#/definitions/Preference' - performanceProfileResponseWrapper: - description: Returns a single performance profile - schema: - $ref: '#/definitions/PerformanceProfile' - performanceProfilesResponseWrapper: - description: Returns all the performance profiles - schema: - $ref: '#/definitions/PerformanceProfilesAPIResponse' - performanceResultsResponseWrapper: - description: Returns all performance results - schema: - $ref: '#/definitions/PerformanceResultsAPIResponse' - prometheusBoardImportRespWrapper: - description: Response for prometheus board import - schema: - $ref: '#/definitions/GrafanaBoard' - prometheusConfigResponseWrapper: - description: Returns prometheus configuration - schema: - $ref: '#/definitions/Prometheus' - prometheusStaticBoardRespWrapper: - description: Returns Prometheus static board - schema: - additionalProperties: - $ref: '#/definitions/GrafanaBoard' - type: object - schedulesResponseWrapper: - description: Returns List of saved schedules - schema: - $ref: '#/definitions/SchedulesAPIResponse' - singleScheduleResponseWrapper: - description: Returns a single schedules - schema: - $ref: '#/definitions/Schedule' - smiResultsResponseWrapper: - description: Returns SMI results - schema: - $ref: '#/definitions/SmiResultPage' - systemAdaptersRespWrapper: - description: Return all the adapters - schema: - items: - $ref: '#/definitions/Adapter' - type: array - systemDatabaseResponseWrapper: - description: Returns database summary - schema: - $ref: '#/definitions/DatabaseSummary' - systemK8sContextsResponseWrapper: - description: Returns K8s contexts - schema: - $ref: '#/definitions/MesheryK8sContextPage' - userInfo: - description: Returns user info - schema: - $ref: '#/definitions/User' - userLoadTestPrefsRespWrapper: - description: Returns User Load Test Preferencee - schema: - $ref: '#/definitions/Preference' - users: - description: Returns all users info - schema: - $ref: '#/definitions/AllUsers' - v1ServicesMapResponseWrapper: - description: Returns a map for v1 services - schema: - additionalProperties: - items: - $ref: '#/definitions/Service' - type: array - type: object -schemes: - - http -security: - - token: - - '[]' -securityDefinitions: - token: - in: cookie - name: token - type: apiKey -swagger: "2.0" diff --git a/schemas/internal/graphql/schema/schema.graphql b/schemas/internal/graphql/schema/schema.graphql deleted file mode 100644 index 7b08262e65..0000000000 --- a/schemas/internal/graphql/schema/schema.graphql +++ /dev/null @@ -1,722 +0,0 @@ -# We assume a few things about the schema. We use the graphql-ruby gem to generate docs, which enforces: -# - All mutations have a single input field named 'input' -# If these things change, then doc generation for GraphQL will break. - -# ================= COMMONS ========================= - -scalar Map -scalar Time -scalar Any -directive @KubernetesMiddleware on FIELD_DEFINITION - -# Service Mesh Types -enum MeshType { - # All meshes that Meshery supports - ALL_MESH - - # Invalid Mesh - INVALID_MESH - - # AWS App Mesh - APP_MESH - - # Citrix Service Mesh - CITRIX_SERVICE_MESH - - # Consul by HashiCorp - CONSUL - - # Istio Service Mesh - ISTIO - - # Kuma - KUMA - - # LinkerD Service Mesh - LINKERD - - # Traefik Mesh - TRAEFIK_MESH - - # Octarine Mesh - OCTARINE - - # Network Service Mesh - NETWORK_SERVICE_MESH - - # VMware Tanzu Service Mesh - TANZU - - # Open Service Mesh - OPEN_SERVICE_MESH - - # NGINX Service Mesh - NGINX_SERVICE_MESH - - # Cilium Service Mesh - CILIUM_SERVICE_MESH -} - -enum MesheryController { - BROKER - OPERATOR - MESHSYNC - } - -enum MesheryControllerStatus { - DEPLOYED - NOTDEPLOYED - DEPLOYING - UNKOWN - } - -type MesheryControllersStatusListItem { - contextId: String! - controller: MesheryController! - status: MesheryControllerStatus! - } - -type MeshSyncEvent { - type: String! - object: Any! - contextId: String! - } - - -enum Status { - # Enabled - ENABLED - - # Connected (Applicable only for NATS status for now) - CONNECTED - - # Disabled - DISABLED - - # Processing - PROCESSING - - # Unknown - UNKNOWN -} - -type Error { - # Error Code - code: String! - - # Error Details - description: String! -} - -# ================= EVENTS ================= - -type Event { - id: ID!, - userID: ID!, - actedUpon: ID!, - operationID: ID!, - systemID: ID!, - severity: Severity!, - action: String!, - status: String!, - category: String!, - description: String!, - metadata: Map, - createdAt: Time!, - updatedAt: Time!, - deletedAt: Time -} - -enum Severity { - alert, - critical, - debug, - emergency, - error, - warning, - informational -} - -# ================ DASHBOARD ================ - -type Resource { - # Name of resource - kind: String!, - # Number of resouce - count: Int! -} - -# Details about discovered workloads -type ClusterResources { - resources: [Resource!]!, -} - -# =================== ADDONS ===================== - -# Input for changing Addon Status -input AddonStatusInput { - # Filter by Serice Mesh - selector: MeshType - #kubernetes context ID - k8scontextID: String! - # Desired Status - targetStatus: Status! -} - -# Deatils about the Addon Component -type AddonList { - # Name - name: String! - - # Owner - owner: String! -} - -# ============== DATA PLANE ======================= - -# Data Plane for a particular Mesh -type DataPlane { - # Service Mesh Name - name: String! - - # Members of the Mesh - proxies: [Container!]! -} - -type Container { - controlPlaneMemberName: String! - containerName: String! - image: String! - status: Container_Status - # args: NOT IMPLEMENTED - ports: [Container_Port] - # env: NOT IMPLEMENTED, - resources: Any -} - -type Container_Status { - containerStatusName: String! - image: String! - state: Any - lastState: Any - ready: Boolean! - restartCount: Any - # image: String! - # imageID: String! - # containerID: String! - started: Boolean! - imageID: Any - containerID: Any -} - -type Container_Port { - name: String - containerPort: Int! - protocol: String! -} - -# ============== CONTROL PLANE ======================= - -# Filter Control Plane Query -input ServiceMeshFilter { - # Filter by Service Mesh - type: MeshType - k8sClusterIDs: [String!] -} - -# Control Plane data for a particular Mesh -type ControlPlane { - # Service Mesh Name - name: String! - - # Members of the Mesh - members: [ControlPlaneMember!]! -} - -# Member Details -type ControlPlaneMember { - # Name - name: String! - - # Component - component: String! - - # Version - version: String! - - # Namespace - namespace: String! - - # DataPlanes - data_planes: [Container!] -} - -# ============== MESHSYNC ============================= - -enum MeshSyncEventType { - ADDED, - MODIFIED, - DELETED -} - -# ============== OPERATOR ============================= - -# Input for status change of Meshery Operator -input OperatorStatusInput { - # Desired status for Meshery Operator - targetStatus: Status! - - contextID: String! -} - -type OperatorStatusPerK8sContext{ - contextID: String! - operatorStatus: OperatorStatus! -} -type OperatorControllerStatusPerK8sContext{ - contextID: String! - OperatorControllerStatus: OperatorControllerStatus! -} -# Status of Meshery Operator and its controllers -type OperatorStatus { - # Status of Meshery Operator - status: Status! - - # Verion of Meshery Operator - version: String! - - # Details about various Controllers of Meshery Operator - controllers: [OperatorControllerStatus!]! - - # Error Logs encountered by Meshery Operator - error: Error - - contextID: String! -} - -# Controllers of Meshery Operator -type OperatorControllerStatus { - # Controller Name - name: String! - - # Controller Verison - version: String! - - # Controller Status - status: Status! - - # Controller Error Log - error: Error - - contextID: String! - -} - -# ============== NAMESPACE ============================= - -# Type to define a k8s Namespace -type NameSpace { - # Namespace Name - namespace: String! -} - -# ================ K8s Context ====================== - -type K8sContext { - id: String!, - name: String!, - server: String!, - owner: ID!, - created_by: ID!, - meshery_instance_id: ID!, - kubernetes_server_id: ID!, - deployment_type: String!, - version: String!, - updated_at: String!, - created_at: String!, - connection_id: String! -} - -type K8sContextsPage { - total_count: Int!, - contexts: [K8sContext]! -} - -# ================= Configuration =================== - -type ConfigurationPage { - applications: ApplicationPage - patterns: PatternPageResult - filters: FilterPage -} - -# ================= Applications ==================== - -type ApplicationPage { - page: Int! - page_size: Int! - total_count: Int! - applications: [ApplicationResult] -} - -type ApplicationResult { - id: ID! - name: String! - application_file: String! - type: NullString! - user_id: String! - location: Location! - visibility: String! - created_at: String - updated_at: String -} - -type NullString { - String: String! - Valid: Boolean! -} - -# ================= Filters ======================= - -type FilterPage { - page: Int! - page_size: Int! - total_count: Int! - filters: [FilterResult] -} - -type FilterResult { - id: ID! - name: String! - filter_file: String! - filter_resource: String! - user_id: String! - location: Location! - visibility: String! - catalog_data: Map - created_at: String - updated_at: String -} - -type CatalogFilter { - id: ID! - name: String! - filter_file: String! - user_id: String! - location: Location! - filter_resource: String! - visibility: String! - catalog_data: Map - created_at: String - updated_at: String -} - -# ============== Patterns ================================= - -type PatternPageResult { - page: Int! - page_size: Int! - total_count: Int! - patterns: [PatternResult] -} - -type PatternResult { - id: ID! - name: String! - user_id: String! - location: Location! - pattern_file: String! - visibility: String! - catalog_data: Map - canSupport: Boolean! - errmsg: String - created_at: String - updated_at: String -} - -type Location { - branch: String - host: String - path: String - type: String -} - -type CatalogPattern { - id: ID! - name: String! - user_id: String! - pattern_file: String! - location: Location! - visibility: String! - catalog_data: Map - created_at: String - updated_at: String -} - -# ============== Perf ================================= - -type PerfPageResult { - page: Int! - page_size: Int! - total_count: Int! - - results: [MesheryResult] -} - -type PerfPageProfiles { - page: Int! - page_size: Int! - total_count: Int! - - profiles: [PerfProfile] -} - -type PerfProfile { - concurrent_request: Int! - created_at: String - duration: String! - endpoints: [String] - id: String! - last_run: String - load_generators: [String] - name: String - qps: Int - total_results: Int - updated_at: String - user_id: String! - request_headers: String - request_cookies: String - request_body: String - content_type: String - service_mesh: String - metadata: Map -} - -type MesheryResult { - meshery_id: String - name: String - mesh: String - performance_profile: String - test_id: String - runner_results: Map - server_metrics: String - server_board_config: String - test_start_time: String - user_id: String - updated_at: String - created_at: String -} - -input PageFilter { - page: String! - pageSize: String! - order: String - search: String - from: String - to: String - updated_after: String -} - -input CatalogSelector { - page: String! - pagesize: String! - search: String! - order: String! -} - -# ================ TELEMETRY ==================== - - -type TelemetryComp { - name: String! - spec: String! - status: String! -} -# ============== RESYNC ============================= - -# Type ReSyncActions define the actions involved during resync -input ReSyncActions { - clearDB: String! - ReSync: String! - hardReset: String! -} - -# ============== MeshModel ============================= - -input MeshModelSummarySelector { - type: String! -} - -# Type MeshModelComponentsSummary define the summary of a Mesh Model -type MeshModelSummary { - components: [MeshModelComponent!] - relationships: [MeshModelRelationship!] -} - -type MeshModelComponent { - name: String! - count: Int! -} - -type MeshModelRelationship { - name: String! - count: Int! -} - -# ============== ROOT ================================= - -type Query { - # Query details about Addons available (Eg. Prometheus and Grafana) - getAvailableAddons( - # Select Mesh Type - filter: ServiceMeshFilter - ): [AddonList!]! - - # Query Control Plane data for a Service Mesh (or all) in your cluster - getControlPlanes( - # Filter Control Plane Query - filter: ServiceMeshFilter - ): [ControlPlane!]! - - # Query Data Plane information for a Service Mesh (or all) in your cluster - getDataPlanes( - # Filter Control Plane Query - filter: ServiceMeshFilter - ): [DataPlane!]! - - # Query status of Meshery Operator in your cluster - getOperatorStatus( - k8scontextID: String! - ): OperatorStatus @KubernetesMiddleware - - # Query to resync the cluster discovery - resyncCluster( - # Selector to control several resync actions - selector: ReSyncActions - k8scontextID: String! - ): Status! @KubernetesMiddleware - - # Check the Meshsync Status - getMeshsyncStatus( - connectionID: String! - ): OperatorControllerStatus! - - # Check is Meshey Server is connected to NATS - getNatsStatus( - connectionID: String! - ): OperatorControllerStatus! - - # Query available Namesapces in your cluster - getAvailableNamespaces( - k8sClusterIDs: [String!] - ): [NameSpace!]! - - # Query for performance result - getPerfResult(id: ID!): MesheryResult - - # Query for fetching all results for profile ID - fetchResults(selector: PageFilter!, profileID: String!): PerfPageResult! - - # Query for fetching all results for profile ID - getPerformanceProfiles(selector: PageFilter!): PerfPageProfiles! - - # Query for fetching all results for profile ID - fetchAllResults(selector: PageFilter!): PerfPageResult! - - # Query for fetching all patterns with selector - fetchPatterns(selector: PageFilter!): PatternPageResult! - - # Query for getting kubectl describe details with meshkit - getKubectlDescribe(name: String!, kind: String!, namespace: String!): KctlDescribeDetails! - - # Query for getting Pattern Catalog from remote provider - fetchPatternCatalogContent(selector: CatalogSelector): [CatalogPattern!]! - # Query for getting Filter Catalog from remote provider - fetchFilterCatalogContent(selector: CatalogSelector): [CatalogFilter!]! - - # Query for getting cluster info - # getClusterResources(k8scontextIDs: [String!], namespace: String!): ClusterResources! - - # Query for meshmodel summary - getMeshModelSummary(selector: MeshModelSummarySelector!): MeshModelSummary! - - # Query for telemetry components - fetchTelemetryComponents(contexts: [String!]) : [TelemetryComp]! -} - - -# - -# Input for status change of Meshery Operator -input AdapterStatusInput { - # Desired status for Meshery Operator - targetStatus: Status! - - # The port on which adapter will be deployed - targetPort: String! - - # Name of the adapter to be deployed - adapter: String! -} - -type Mutation { - # Change the Operator Status - changeOperatorStatus(input: OperatorStatusInput): Status! @KubernetesMiddleware - - # Change the Adapter Status - changeAdapterStatus(input: AdapterStatusInput): Status! @KubernetesMiddleware -} - -type Subscription { - # Listen to changes in status of Meshery Operator in your cluster - listenToOperatorState( - k8scontextIDs: [String!] - ): OperatorStatusPerK8sContext @KubernetesMiddleware - - # Listen to changes in Performance Profiles - subscribePerfProfiles(selector: PageFilter!): PerfPageProfiles! - - # Listen to all results for profile ID - subscribePerfResults(selector: PageFilter!, profileID: String!): PerfPageResult! - - # Listen to changes in the status of meshery controllers - subscribeMesheryControllersStatus( - k8scontextIDs: [String!] - ): [MesheryControllersStatusListItem!]! @KubernetesMiddleware - - # Listen to the events that MeshSync is sending through Meshery Broker. - # Note: It does not listen to the changes in meshery database, but to meshsync events - subscribeMeshSyncEvents( - k8scontextIDs: [String!] - eventTypes: [MeshSyncEventType!] - ) : MeshSyncEvent! @KubernetesMiddleware - - subscribeConfiguration(applicationSelector: PageFilter!, patternSelector: PageFilter!, filterSelector: PageFilter!) : ConfigurationPage! - - subscribeClusterResources( - k8scontextIDs: [String!], - namespace: String! - ): ClusterResources! - - subscribeK8sContext(selector: PageFilter!) : K8sContextsPage! - - subscribeMeshModelSummary(selector: MeshModelSummarySelector!) : MeshModelSummary! - - # Publish events to user - subscribeEvents : Event! -} - -type OAMCapability { - oam_definition: Any - id: String - oam_ref_schema: String - host: String - restricted: Boolean - metadata: Any -} - -type KctlDescribeDetails { - describe: String - ctxid: String - -} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/0.6.66/Broker.json b/schemas/meshmodel/meshery/0.6.66/Broker.json deleted file mode 100644 index 26aaaa5499..0000000000 --- a/schemas/meshmodel/meshery/0.6.66/Broker.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Broker","apiVersion":"meshery.layer5.io/v1alpha1","displayName":"Broker","format":"JSON","metadata":{"genealogy":"","isNamespaced":true,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"0.6.66","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"source_uri":"https://meshery.github.io/meshery.io/charts/meshery-v0.6.123.tgz","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\n \"description\": \"Broker is the Schema for the brokers API\",\n \"properties\": {\n \"spec\": {\n \"description\": \"BrokerSpec defines the desired state of Broker\",\n \"properties\": {\n \"size\": {\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"Broker\",\n \"type\": \"object\"\n}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/0.6.66/MeshSync.json b/schemas/meshmodel/meshery/0.6.66/MeshSync.json deleted file mode 100644 index d323ab5640..0000000000 --- a/schemas/meshmodel/meshery/0.6.66/MeshSync.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"MeshSync","apiVersion":"meshery.layer5.io/v1alpha1","displayName":"MeshSync","format":"JSON","metadata":{"genealogy":"","isNamespaced":true,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"0.6.66","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"source_uri":"https://meshery.github.io/meshery.io/charts/meshery-v0.6.123.tgz","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\n \"description\": \"MeshSync is the Schema for the meshsyncs API\",\n \"properties\": {\n \"spec\": {\n \"description\": \"MeshSyncSpec defines the desired state of MeshSync\",\n \"properties\": {\n \"broker\": {\n \"properties\": {\n \"custom\": {\n \"properties\": {\n \"url\": {\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"native\": {\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"namespace\": {\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"type\": \"object\"\n },\n \"size\": {\n \"format\": \"int32\",\n \"type\": \"integer\"\n }\n },\n \"type\": \"object\"\n }\n },\n \"title\": \"MeshSync\",\n \"type\": \"object\"\n}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Barrel.json b/schemas/meshmodel/meshery/1.0.0/Barrel.json deleted file mode 100644 index 80bfed8fa3..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Barrel.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Barrel","apiVersion":"core.meshery.io/v1alpha1","displayName":"Barrel","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A25","shape":"barrel","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Barrel Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/BottomRoundRectangle.json b/schemas/meshmodel/meshery/1.0.0/BottomRoundRectangle.json deleted file mode 100644 index ff7fdc81a8..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/BottomRoundRectangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"BottomRoundRectangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Bottom Round Rectangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A27","shape":"bottom-round-rectangle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Bottom Round Rectangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Comment.json b/schemas/meshmodel/meshery/1.0.0/Comment.json deleted file mode 100644 index 4f21fc7dac..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Comment.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Comment","apiVersion":"core.meshery.io/v1alpha1","displayName":"Comment","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#FFDE00","published":true,"secondaryColor":"#FFDE00","shape":"tag","styleOverrides":"{\"height\":\"22px\",\"width\":\"22px\",\"x\":\"3.5px\",\"y\":\"3.5px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" d=\"M0 0h24v24H0z\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z\"\u003e\u003c/path\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" d=\"M0 0h24v24H0z\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/definition/Uitlity/Comments\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Comments\",\"type\": \"object\",\"description\": \"This is a component to add your comments\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/ConcaveHexagon.json b/schemas/meshmodel/meshery/1.0.0/ConcaveHexagon.json deleted file mode 100644 index bbbdf1098e..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/ConcaveHexagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"ConcaveHexagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Concave Hexagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A17","shape":"concave-hexagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Concave Hexagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/CutRectangle.json b/schemas/meshmodel/meshery/1.0.0/CutRectangle.json deleted file mode 100644 index 527062b05c..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/CutRectangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"CutRectangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Cut Rectangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A26","shape":"cut-rectangle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Cut Rectangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Diamond.json b/schemas/meshmodel/meshery/1.0.0/Diamond.json deleted file mode 100644 index de250c0765..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Diamond.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Diamond","apiVersion":"core.meshery.io/v1alpha1","displayName":"Diamond","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A12","shape":"diamond","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Diamond Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Ellipse.json b/schemas/meshmodel/meshery/1.0.0/Ellipse.json deleted file mode 100644 index 46f6bba5c3..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Ellipse.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Ellipse","apiVersion":"core.meshery.io/v1alpha1","displayName":"Ellipse","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Ellipse Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Heptagon.json b/schemas/meshmodel/meshery/1.0.0/Heptagon.json deleted file mode 100644 index 78f97f942f..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Heptagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Heptagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Heptagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A16","shape":"heptagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Heptagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Hexagon.json b/schemas/meshmodel/meshery/1.0.0/Hexagon.json deleted file mode 100644 index 813323376a..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Hexagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Hexagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Hexagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A13","shape":"hexagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Hexagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Pentagon.json b/schemas/meshmodel/meshery/1.0.0/Pentagon.json deleted file mode 100644 index 3dc714a2da..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Pentagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Pentagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Pentagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A10","shape":"round-pentagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Pentagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Polygon.json b/schemas/meshmodel/meshery/1.0.0/Polygon.json deleted file mode 100644 index 6f22387502..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Polygon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Polygon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Polygon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A21","shape":"polygon","styleOverrides":"{\"height\":\"18px\",\"width\":\"18px\",\"x\":\"11px\",\"y\":\"11px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Polygon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Rectangle.json b/schemas/meshmodel/meshery/1.0.0/Rectangle.json deleted file mode 100644 index 7945142d48..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Rectangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Rectangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Rectangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"rectangle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Rectangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Rhomboid.json b/schemas/meshmodel/meshery/1.0.0/Rhomboid.json deleted file mode 100644 index 8a1c716840..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Rhomboid.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Rhomboid","apiVersion":"core.meshery.io/v1alpha1","displayName":"Rhomboid","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A23","shape":"rhomboid","styleOverrides":"{\"height\":\"22px\",\"width\":\"22px\",\"x\":\"9px\",\"y\":\"9px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Rhomboid Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RightRhomboid.json b/schemas/meshmodel/meshery/1.0.0/RightRhomboid.json deleted file mode 100644 index 15c0dc7f1c..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RightRhomboid.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RightRhomboid","apiVersion":"core.meshery.io/v1alpha1","displayName":"Right Rhomboid","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A15","shape":"right-rhomboid","styleOverrides":"{\"height\":\"22px\",\"width\":\"22px\",\"x\":\"9px\",\"y\":\"9px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Right Rhomboid Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundBarrel.json b/schemas/meshmodel/meshery/1.0.0/RoundBarrel.json deleted file mode 100644 index a4e04e4d4d..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundBarrel.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundBarrel","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Barrel","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"circle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Barrel Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundDiamond.json b/schemas/meshmodel/meshery/1.0.0/RoundDiamond.json deleted file mode 100644 index a85d6204da..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundDiamond.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundDiamond","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Diamond","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-diamond","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Diamond Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundHeptagon.json b/schemas/meshmodel/meshery/1.0.0/RoundHeptagon.json deleted file mode 100644 index 6802430b4c..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundHeptagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundHeptagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Heptagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-heptagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Heptagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundHexagon.json b/schemas/meshmodel/meshery/1.0.0/RoundHexagon.json deleted file mode 100644 index cdadf03a00..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundHexagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundHexagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Hexagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-hexagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Hexagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundOctagon.json b/schemas/meshmodel/meshery/1.0.0/RoundOctagon.json deleted file mode 100644 index 22dde504d5..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundOctagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundOctagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Octagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-octagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Octagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundPentagon.json b/schemas/meshmodel/meshery/1.0.0/RoundPentagon.json deleted file mode 100644 index 964c8d72b3..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundPentagon.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundPentagon","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Pentagon","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-pentagon","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Pentagon Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundRectangle.json b/schemas/meshmodel/meshery/1.0.0/RoundRectangle.json deleted file mode 100644 index 78456cdb5d..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundRectangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundRectangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Rectangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-rectangle","styleOverrides":"{\"y\":\"9px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Rectangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundTag.json b/schemas/meshmodel/meshery/1.0.0/RoundTag.json deleted file mode 100644 index 97e48a2290..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundTag.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundTag","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Tag","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A20","shape":"round-tag","styleOverrides":"{\"height\":\"25px\",\"width\":\"25px\",\"x\":\"3.5px\",\"y\":\"2px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Tag Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/RoundTriangle.json b/schemas/meshmodel/meshery/1.0.0/RoundTriangle.json deleted file mode 100644 index 5a0cef5030..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/RoundTriangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"RoundTriangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Round Triangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A9","shape":"round-triangle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Round Triangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Star.json b/schemas/meshmodel/meshery/1.0.0/Star.json deleted file mode 100644 index 3ea5f15ea6..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Star.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Star","apiVersion":"core.meshery.io/v1alpha1","displayName":"Star","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A19","shape":"star","styleOverrides":"{\"height\":\"22px\",\"width\":\"22px\",\"x\":\"9px\",\"y\":\"11px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Star Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Tag.json b/schemas/meshmodel/meshery/1.0.0/Tag.json deleted file mode 100644 index e58344e97c..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Tag.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Tag","apiVersion":"core.meshery.io/v1alpha1","displayName":"Tag","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A18","shape":"tag","styleOverrides":"{\"height\":\"25px\",\"width\":\"25px\",\"x\":\"3.5px\",\"y\":\"2px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Tag Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Triangle.json b/schemas/meshmodel/meshery/1.0.0/Triangle.json deleted file mode 100644 index fd9ad7c022..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Triangle.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Triangle","apiVersion":"core.meshery.io/v1alpha1","displayName":"Triangle","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A11","shape":"round-triangle","styleOverrides":"{\"y\":\"9px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Triangle Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/Vee.json b/schemas/meshmodel/meshery/1.0.0/Vee.json deleted file mode 100644 index f3edc00cce..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/Vee.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"Vee","apiVersion":"core.meshery.io/v1alpha1","displayName":"Vee","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#00B39F","published":true,"secondaryColor":"#00D3A22","shape":"vee","styleOverrides":"{\"height\":\"14px\",\"width\":\"14px\",\"x\":\"13px\",\"y\":\"15px\"}","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgComplete":"","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/core/rectangle\",\"$schema\": \"http://json-schema.org/draft-07/schema\",\"properties\": {\"userMessages\":{\"type\":\"array\",\"title\":\"User Messages\",\"x-chat-field\":true,\"items\":{\"type\":\"object\",\"properties\":{\"userid\":{\"type\":\"string\",\"title\":\"User UUID\"},\"message\":{\"type\":\"string\",\"title\":\"Message\"},\"timestamp\":{\"type\":\"string\",\"format\":\"date-time\",\"title\":\"Timestamp\"}}}}},\"title\": \"Vee Shape\",\"type\": \"object\",\"description\": \"Use this shape to customize your designs. The presence of this shape in your design has no semantic relationship to the infrastructure under management. Convert this shape to a Component in order for Meshery to orchestrate representative infrastructure.\"}"} \ No newline at end of file diff --git a/schemas/meshmodel/meshery/1.0.0/WASMFilter.json b/schemas/meshmodel/meshery/1.0.0/WASMFilter.json deleted file mode 100644 index 76860e099d..0000000000 --- a/schemas/meshmodel/meshery/1.0.0/WASMFilter.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"WASMFilter","apiVersion":"core.meshery.io/v1alpha1","displayName":"WASM Filter","format":"JSON","metadata":{"genealogy":"","isAnnotation":true,"isNamespaced":false,"logoURL":"","model":"meshery","modelDisplayName":"Meshery","primaryColor":"#654ff0","published":true,"secondaryColor":"#654ff0","shape":"rectangle","styleOverrides":"","subCategory":"App Definition and Development","svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" xmlns:_xmlns=\"xmlns\" _xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 20 19.84\" style=\"enable-background:new 0 0 50 49.6;\" xml:space=\"preserve\" width=\"20\" height=\"20\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\" type=\"text/css\"\u003e.st0{fill:none;}\n .st1{fill:#654FF0;}\u003c/style\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st0\" d=\"M0 0\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st1\" d=\"M12.28 0v0.12C12.28 1.36 11.24 2.4 10 2.4c-1.28 0 -2.28 -1 -2.28 -2.28V0H0v19.84h20V0H12.28zm-2.72 17.72 -0.96 -4.76h-0.04l-1.04 4.76h-1.32l-1.52 -7H6l0.92 4.76 1.08 -4.8h1.2l1 4.84 1.04 -4.84h1.28l-1.68 7 -1.28 0.04zm7.28 0L16.4 16.16h-2.4l-0.36 1.56h-1.32l1.72 -7h2.08l2.08 7h-1.36z\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st1\" d=\"m14.28 15 0.56 -2.6h0.56l0.68 2.6\"\u003e\u003c/path\u003e\u003c/svg\u003e","svgComplete":"\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 20 19.84\" style=\"enable-background:new 0 0 50 49.6;\" xml:space=\"preserve\" width=\"20\" height=\"19.84\"\u003e\u003cstyle type=\"text/css\"\u003e.st0{fill:none;}\n .st1{fill:#654FF0;}\u003c/style\u003e\u003cpath class=\"st0\" d=\"M0 0\"/\u003e\u003cpath class=\"st1\" d=\"M12.28 0v0.12C12.28 1.36 11.24 2.4 10 2.4c-1.28 0 -2.28 -1 -2.28 -2.28V0H0v19.84h20V0H12.28zm-2.72 17.72 -0.96 -4.76h-0.04l-1.04 4.76h-1.32l-1.52 -7H6l0.92 4.76 1.08 -4.8h1.2l1 4.84 1.04 -4.84h1.28l-1.68 7 -1.28 0.04zm7.28 0L16.4 16.16h-2.4l-0.36 1.56h-1.32l1.72 -7h2.08l2.08 7h-1.36z\"/\u003e\u003cpath class=\"st1\" d=\"m14.28 15 0.56 -2.6h0.56l0.68 2.6\"/\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" id=\"Layer_1\" xmlns:_xmlns=\"xmlns\" _xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 20 19.84\" style=\"enable-background:new 0 0 50 49.6;\" xml:space=\"preserve\" width=\"20\" height=\"20\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\" type=\"text/css\"\u003e.st0{fill:none;}\n .st1{fill:#fff;}\u003c/style\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st0\" d=\"M0 0\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st1\" d=\"M12.28 0v0.12C12.28 1.36 11.24 2.4 10 2.4c-1.28 0 -2.28 -1 -2.28 -2.28V0H0v19.84h20V0H12.28zm-2.72 17.72 -0.96 -4.76h-0.04l-1.04 4.76h-1.32l-1.52 -7H6l0.92 4.76 1.08 -4.8h1.2l1 4.84 1.04 -4.84h1.28l-1.68 7 -1.28 0.04zm7.28 0L16.4 16.16h-2.4l-0.36 1.56h-1.32l1.72 -7h2.08l2.08 7h-1.36z\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" class=\"st1\" d=\"m14.28 15 0.56 -2.6h0.56l0.68 2.6\"\u003e\u003c/path\u003e\u003c/svg\u003e"},"model":{"name":"meshery","version":"v1.0.0","displayName":"Meshery","category":{"name":"Orchestration \u0026 Management","metadata":null},"metadata":{"svgColor":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" data-name=\"Layer 1\" viewBox=\"0 0 134.95 135.02\" height=\"20\" width=\"20\"\u003e\u003cdefs xmlns=\"http://www.w3.org/2000/svg\"\u003e\u003cstyle xmlns=\"http://www.w3.org/2000/svg\"\u003e.cls-1{fill:#00d3a9}.cls-2{fill:#00b39f}\u003c/style\u003e\u003c/defs\u003e\u003ctitle xmlns=\"http://www.w3.org/2000/svg\"\u003emeshery-logo-light\u003c/title\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 31.82 69.49 64.07 97.44 47.89 69.49 31.82\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"69.49 70.81 69.49 103.22 97.7 87.09 69.49 70.81\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 63.85 65.47 32.09 37.87 47.92 65.47 63.85\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M10.1,103.1a67.79,67.79,0,0,0,21.41,21.55V90.71Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"65.47 103.06 65.47 71.05 37.8 87.07 65.47 103.06\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 122.63 63.56 106.61 35.54 90.41 35.54 122.63\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 122.8 99.61 90.63 71.63 106.63 99.61 122.8\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M127,99.37a67.22,67.22,0,0,0,7.91-28.94L105.78,87.11Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"103.64 83.69 131.76 67.61 103.64 51.45 103.64 83.69\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 44.5 99.61 12.52 71.76 28.49 99.61 44.5\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"99.61 83.55 99.61 51.28 71.7 67.44 99.61 83.55\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"67.48 135.02 67.49 135.02 67.48 135.02 67.48 135.02\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 51.22 35.54 83.73 63.66 67.45 35.54 51.22\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M65.47,0A67.2,67.2,0,0,0,35.83,7.83l29.64,17Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"35.54 12.3 35.54 44.62 63.68 28.48 35.54 12.3\" class=\"cls-1\"\u003e\u003c/polygon\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M31.51,10.34A67.89,67.89,0,0,0,10.1,31.89L31.51,44.25Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M99.43,8A67.23,67.23,0,0,0,69.49,0V25.15Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M0,69.87A67.27,67.27,0,0,0,8.07,99.63L29.76,87.07Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.07,35.37A67.16,67.16,0,0,0,0,65L29.79,47.91Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M35.78,127.13A67.13,67.13,0,0,0,65.47,135V110.15Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M124.92,32a67.9,67.9,0,0,0-21.28-21.52V44.3Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M103.64,124.54A68,68,0,0,0,125,102.86L103.64,90.52Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M135,64.81a67.06,67.06,0,0,0-8-29.35L105.49,47.88Z\" class=\"cls-2\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M69.49,135a67.12,67.12,0,0,0,29.63-7.83L69.49,110Z\" class=\"cls-1\"\u003e\u003c/path\u003e\u003cpolygon xmlns=\"http://www.w3.org/2000/svg\" points=\"31.51 83.44 31.51 51.56 3.83 67.43 31.51 83.44\" class=\"cls-2\"\u003e\u003c/polygon\u003e\u003c/svg\u003e","svgWhite":"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003c!DOCTYPE svg\u003e\u003csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 32 32\" fill=\"none\"\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 8.732v6.57l5.694-3.297-5.694-3.273Zm0 7.942v6.602l5.747-3.285-5.747-3.317Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 15.256v-6.47l-5.622 3.225 5.622 3.245ZM4.307 23.252a13.809 13.809 0 0 0 4.362 4.39v-6.914l-4.362 2.524Zm11.279-.008v-6.52L9.95 19.985l5.636 3.258Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m9.49 27.23 5.707-3.263-5.707-3.3v6.563Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.54 27.265v-6.553l-5.699 3.259 5.7 3.294Zm5.58-4.773a13.697 13.697 0 0 0 1.612-5.895l-5.934 3.397 4.323 2.498Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"m23.362 19.298 5.728-3.276-5.728-3.291v6.567Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.541 11.315V4.8l-5.673 3.253 5.673 3.262Zm0 7.955v-6.574l-5.685 3.292 5.685 3.281Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 12.684v6.622l5.728-3.316-5.728-3.306Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M15.586 2.25a13.69 13.69 0 0 0-6.037 1.595l6.037 3.463V2.25Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.49 4.756v6.583l5.732-3.288L9.49 4.756Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 4.356a13.83 13.83 0 0 0-4.362 4.39l4.362 2.518V4.356Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M22.504 3.88a13.695 13.695 0 0 0-6.099-1.63v5.123l6.1-3.493ZM2.25 16.483c.071 2.12.634 4.196 1.644 6.062l4.418-2.559-6.062-3.503Zm1.644-7.028a13.68 13.68 0 0 0-1.644 6.036l6.068-3.482-4.424-2.554Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M9.539 28.147a13.673 13.673 0 0 0 6.047 1.603v-5.062L9.54 28.147Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M27.697 8.768a13.83 13.83 0 0 0-4.335-4.383v6.889l4.335-2.506ZM23.362 27.62a13.851 13.851 0 0 0 4.351-4.417l-4.351-2.514v6.93Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M29.75 15.452a13.659 13.659 0 0 0-1.63-5.979l-4.381 2.53 6.011 3.45Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M16.405 29.75a13.673 13.673 0 0 0 6.036-1.595l-6.036-3.498v5.093Z\" fill=\"#fff\"\u003e\u003c/path\u003e\u003cpath xmlns=\"http://www.w3.org/2000/svg\" d=\"M8.669 19.247v-6.494L3.03 15.986l5.639 3.261Z\" fill=\"#fff\" fill-opacity=\".8\"\u003e\u003c/path\u003e\u003c/svg\u003e"}},"schema":"{\"$id\":\"https://meshery.layer5.io/system/models/definition/Workload/WASMFilter\",\"$schema\":\"http://json-schema.org/draft-07/schema\",\"properties\":{\"wasmFilter\":{\"description\":\"Location (URL) of WASM filter accessible by Istio/Kubernetes.\",\"type\":\"string\"},\"config\":{\"description\":\"Configuration of the `spec.configPatches.patch.value` of the Istio Envoy Filter resource for your specific filter.\",\"type\":\"string\",\"format\":\"textarea\"}},\"required\":[\"wasmFilter\"],\"title\":\"WASM Filter\",\"type\":\"object\"}"} \ No newline at end of file