Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the describo profile into describo in Sciebo-RDS for DORIS #1

Open
borsna opened this issue Feb 1, 2023 · 0 comments
Open

Get the describo profile into describo in Sciebo-RDS for DORIS #1

borsna opened this issue Feb 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@borsna
Copy link
Collaborator

borsna commented Feb 1, 2023

When we will be able to specify a profile per connector Sciebo-RDS/Sciebo-RDS#211
The following should be tested for the DORIS connector:

{
    "metadata": {
        "name": "DORIS Profile",
        "description": "Just the label",
        "version": 0.1,
        "warnMissingProperty": true,
        "keywords": ["doris", "Dataset"]
    },
    "hide": {
        "Dataset": []
    },
    "layouts": {
        "Dataset": [
            {
                "name": "About",
                "description": "descriptive name for the dataset",
                "inputs": [
                    "name"
                ]
            }
        ]
    },
    "classes": {
        "Dataset": {
            "definition": "override",
            "subClassOf": [],
            "inputs": [
                {
                    "id": "https://schema.org/name",
                    "name": "name",
                    "label": "Title",
                    "help": "Use a descriptive name for the dataset",
                    "required": true,
                    "multiple": false,
                    "type": ["Text"]
                }
            ]
        }
    },
    "lookup": {
    }
}
@borsna borsna added the enhancement New feature or request label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant