Skip to content

Commit

Permalink
Update custom-node-rendering model: required scale
Browse files Browse the repository at this point in the history
  • Loading branch information
gianluca-pepe committed Apr 4, 2024
1 parent b97cbc3 commit 201b204
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apis/custom-node-rendering/custom-node-rendering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
description: Map <classIri, CustomRendering>
type: object
additionalProperties:
$ref: '#/components/schemas/CustomNodeRendering'
$ref: "#/components/schemas/CustomNodeRendering"
CustomNodeRendering:
type: object
properties:
Expand Down Expand Up @@ -43,6 +43,8 @@ components:
allOf:
- $ref: "#/components/schemas/BasePropertyInfo"
- type: object
required:
- scale
properties:
aggregation:
type: string
Expand All @@ -60,9 +62,9 @@ components:
items:
type: number
icon:
$ref: '#/components/schemas/BasePropertyInfo'
$ref: "#/components/schemas/BasePropertyInfo"
location:
$ref: '#/components/schemas/BasePropertyInfo'
$ref: "#/components/schemas/BasePropertyInfo"
coordinates:
type: object
required:
Expand All @@ -81,4 +83,4 @@ components:
dataPropertyIri:
type: string
pathToDataProperty:
$ref: "https://raw.githubusercontent.com/obdasystems/swaggers/main/apis/sparqling/sparqling.yaml#/components/schemas/OntologyPath"
$ref: "https://raw.githubusercontent.com/obdasystems/swaggers/main/apis/sparqling/sparqling.yaml#/components/schemas/OntologyPath"

0 comments on commit 201b204

Please sign in to comment.