Skip to main content

Pydantic models and associated JSON schema definitions

Project description

Neon Data Models

This repository contains Pydantic models and JSON schemas for common data structures. The models module contains Pydantic models, organized by application.

Configuration

To allow passing or handling parameters that are not explicitly defined in the models provided by this package, the NEON_DATA_MODELS_ALLOW_EXTRA envvar may be set to true. This is generally not necessary and helps to prevent sending extraneous data, but may help in cases where the server and client are using different revisions of this package.

Organization

Models are broadly organized into the following categories.

API

These schemas are used in API requests and responses. They are grouped by the applicable API (node, HANA, mq). Use these schemas for sending requests and parsing responses.

Client

These schemas are specific to client applications (i.e. Nodes). Use these schemas for client-specific configuration.

User

These schemas define user-specific data structures. Use these schemas for user-specific configuration.

Messagebus

These schemas define messages sent on the messagebus. Historically, messagebus events have not used any validation, so there is greater risk of Message objects failing validation than other schemas defined here.

Access Roles

This module defines AccessRoles for use with Role-Based Access Control (RBAC). The AccessRoles enum defines some specific roles and is structured such that roles correspond to an integer value in the range of -inf-50.

Roles are structured such that 0 corresponds to no permissions and 50 is reserved for unlimited permissions. A role will always include the permissions available to any role with a smaller positive number. For example, an ADMIN role with a value of 30 will have access to everything a USER with value 20 does, and possibly more.

A role is defined per service, so a user may have greater access to some resources than others. For example, a user may have unlimited access to manage LLM deployments, but only read access to the DIANA backend.

Service Roles

Roles with a value <0 are intended for use by non-user service accounts. These roles contain specific access that is limited to the requirements of a specific program or service.

For example, the AccessRoles.NODE role is used by a node device making API requests.

Guest Role

The AccessRoles.GUEST role is used by a guest user, which is usually implemented as a single account with public credentials.

User Role

The AccessRoles.USER role is used by a registered user. It should NOT be assumed that a registered user has been verified or validated in any way.

Admin Role

The AccessRoles.ADMIN role is assigned to a user who is responsible to administration of a resource.

Owner Role

The AccessRoles.OWNER role is assigned to a user who owns a resource.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neon-data-models-0.0.2a14.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neon_data_models-0.0.2a14-py3-none-any.whl (68.5 kB view details)

Uploaded Python 3

File details

Details for the file neon-data-models-0.0.2a14.tar.gz.

File metadata

  • Download URL: neon-data-models-0.0.2a14.tar.gz
  • Upload date:
  • Size: 33.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neon-data-models-0.0.2a14.tar.gz
Algorithm Hash digest
SHA256 5e5ddd3ffc037f7149944d7c7796540ef9d3bba33185cbdfce05cd9c7c4ed165
MD5 c1c7e0602bf7527a95b9adec9b1dcab2
BLAKE2b-256 2ba65d3f8dc4fb9b0f48e94a69ea54e6021bba1bf9695c63ea3af525b04f6c09

See more details on using hashes here.

File details

Details for the file neon_data_models-0.0.2a14-py3-none-any.whl.

File metadata

File hashes

Hashes for neon_data_models-0.0.2a14-py3-none-any.whl
Algorithm Hash digest
SHA256 74ae600f7745fb9d247b528dd4d4b5b869b9e6f62ca85d76a962c887943d2eea
MD5 b8e14cab8d71a749777f487e4de04da2
BLAKE2b-256 8eacab5a610d4cc3f7a03a338c628a96c71b27845290f37944f8c613580e0e18

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page