jentic-openapi-datamodels 1.0.0a26__py3-none-any.whl → 1.0.0a28__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,9 +46,9 @@ class Schema:
46
46
  root_node: The top-level node representing the entire Schema object in the original source file
47
47
 
48
48
  # JSON Schema Core Keywords (2020-12)
49
- schema_: The $schema keyword - URI of the meta-schema
50
- id_: The $id keyword - URI that identifies the schema resource
51
- ref_: The $ref keyword - URI reference to another schema
49
+ schema: The $schema keyword - URI of the meta-schema
50
+ id: The $id keyword - URI that identifies the schema resource
51
+ ref: The $ref keyword - URI reference to another schema
52
52
  anchor: The $anchor keyword - Plain name fragment for identification
53
53
  dynamic_ref: The $dynamicRef keyword - Dynamic reference to another schema
54
54
  dynamic_anchor: The $dynamicAnchor keyword - Dynamic anchor for identification
@@ -146,9 +146,9 @@ class Schema:
146
146
  root_node: yaml.Node
147
147
 
148
148
  # Core Keywords
149
- id_: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$id"})
150
- schema_: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$schema"})
151
- ref_: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$ref"})
149
+ id: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$id"})
150
+ schema: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$schema"})
151
+ ref: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$ref"})
152
152
  comment: FieldSource[str] | None = fixed_field(metadata={"yaml_name": "$comment"})
153
153
  defs: FieldSource[dict[KeySource[str], NestedSchema]] | None = fixed_field(
154
154
  metadata={"yaml_name": "$defs"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jentic-openapi-datamodels
3
- Version: 1.0.0a26
3
+ Version: 1.0.0a28
4
4
  Summary: Jentic OpenAPI Data Models
5
5
  Author: Jentic
6
6
  Author-email: Jentic <hello@jentic.com>
@@ -290,9 +290,9 @@ Special cases for Python reserved keywords and `$` fields:
290
290
  - `then` → `then_`
291
291
  - `else` → `else_`
292
292
  - `not` → `not_`
293
- - `$ref` → `ref_`
294
- - `$id` → `id_`
295
- - `$schema` → `schema_`
293
+ - `$ref` → `ref`
294
+ - `$id` → `id`
295
+ - `$schema` → `schema`
296
296
 
297
297
  ### Source Tracking
298
298
 
@@ -61,15 +61,15 @@ jentic/apitools/openapi/datamodels/low/v31/reference.py,sha256=-EeiRIMOIdtIOGPvy
61
61
  jentic/apitools/openapi/datamodels/low/v31/request_body.py,sha256=tQ2QaNSAZSQAQgpSU1VxB0GhK0-Miq5D1cH0FojQzA8,3900
62
62
  jentic/apitools/openapi/datamodels/low/v31/response.py,sha256=N46VyXBuJ1agYhDuD4-gDRlSW3k1kQK_TaOVwZoqHFQ,3976
63
63
  jentic/apitools/openapi/datamodels/low/v31/responses.py,sha256=lC_fFYHcx5FgRLAHqOqWs8mCv9q-2X0wPpdmnOwvdYs,4272
64
- jentic/apitools/openapi/datamodels/low/v31/schema.py,sha256=jRVRKxSUNClWbmdHs1chDmTJKJBVT_DZWj9Nu2kQu7E,24818
64
+ jentic/apitools/openapi/datamodels/low/v31/schema.py,sha256=uFNPzCqiJBs8X9_Isjxzqpf3QmeqjdFxy0mnDv4Foz8,24812
65
65
  jentic/apitools/openapi/datamodels/low/v31/security_requirement.py,sha256=8kh7F7Y9vyMINIQTPqFQnA0oJoX0Tyy3zyhaEo0U1bM,4102
66
66
  jentic/apitools/openapi/datamodels/low/v31/security_scheme.py,sha256=qNlKF9PkTC0tfV_PvbKUZnQMSr6PVeH5fyw3I83JPnw,5455
67
67
  jentic/apitools/openapi/datamodels/low/v31/server.py,sha256=IA-dDnhqdD6WCZ_bjdGw_nQmp0cd0HiHeqGU_jIGocw,4687
68
68
  jentic/apitools/openapi/datamodels/low/v31/server_variable.py,sha256=UfGDky_NVUF_WQc5ZIU947MjmpxaO__VIv6sq8HMsk0,2762
69
69
  jentic/apitools/openapi/datamodels/low/v31/tag.py,sha256=8-QfVk4dUp3r-LbseMSvlCcAWeZkzlhZP3giVKNgaPI,2359
70
70
  jentic/apitools/openapi/datamodels/low/v31/xml.py,sha256=SFLNLrhiZRWVH_CBV8SqtO4C4qjDjGtqz_lYpp84BnE,1930
71
- jentic_openapi_datamodels-1.0.0a26.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
72
- jentic_openapi_datamodels-1.0.0a26.dist-info/licenses/NOTICE,sha256=pAOGW-rGw9KNc2cuuLWZkfx0GSTV4TicbgBKZSLPMIs,168
73
- jentic_openapi_datamodels-1.0.0a26.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
74
- jentic_openapi_datamodels-1.0.0a26.dist-info/METADATA,sha256=TW6Y7Y_p8CY2KG__2hpcJnEIltRg_KT97T0k9OsLb2M,14260
75
- jentic_openapi_datamodels-1.0.0a26.dist-info/RECORD,,
71
+ jentic_openapi_datamodels-1.0.0a28.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
72
+ jentic_openapi_datamodels-1.0.0a28.dist-info/licenses/NOTICE,sha256=pAOGW-rGw9KNc2cuuLWZkfx0GSTV4TicbgBKZSLPMIs,168
73
+ jentic_openapi_datamodels-1.0.0a28.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
74
+ jentic_openapi_datamodels-1.0.0a28.dist-info/METADATA,sha256=DNvXnGv9se46gnCof1kkKWBWa-Z2RYobI1C02M1UsWw,14257
75
+ jentic_openapi_datamodels-1.0.0a28.dist-info/RECORD,,