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

nit: Schema examples has some integers in quotes #1505

Open
kgartland-rstudio opened this issue May 2, 2024 · 0 comments
Open

nit: Schema examples has some integers in quotes #1505

kgartland-rstudio opened this issue May 2, 2024 · 0 comments
Labels

Comments

@kgartland-rstudio
Copy link
Collaborator

In the schema example here some integer fields are in quotes when they shouldn't be:
https://cdn.posit.co/publisher/schemas/posit-publishing-schema-v3.json

            "memory-limit": {
              "type": "integer",
              "minimum": 0,
              "description": "The maximum amount of RAM this content will be allowed to consume when executing or rendering, expressed in bytes. If the process tries to use more memory than allowed, it will be terminated",
              "examples": ["100000000"]
            },
            "memory-request": {
              "type": "integer",
              "minimum": 0,
              "description": "The minimum amount of RAM this content needs when executing or rendering, expressed in bytes.",
              "examples": ["20000000"]
@kgartland-rstudio kgartland-rstudio changed the title nit: Schema quotes integers in examples nit: Schema examples has some integers in quotes May 2, 2024
@dotNomad dotNomad removed this from the v1.2.0 milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants