Skip to content

Commit 84aa63f

Browse files
committed
Remove local-metadata from PropertyBase (#1979)
(cherry picked from commit 0f1a368)
1 parent 288e53d commit 84aa63f

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

output/schema/schema.json

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/Property.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ import {
4141
} from './specialized'
4242

4343
export class PropertyBase {
44-
local_metadata?: Metadata
44+
/**
45+
* Metadata about the field.
46+
* @doc_id mapping-meta-field
47+
*/
4548
meta?: Dictionary<string, string>
4649
properties?: Dictionary<PropertyName, Property>
4750
ignore_above?: integer

0 commit comments

Comments
 (0)