duh-schema
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -64,16 +64,2 @@ 'use strict'; | ||
type: 'object', | ||
title: 'Component', | ||
description: ` | ||
Component document collects information about a single hardware block without | ||
expressing internal structure or hierarchy. Component document expressing following aspects: | ||
* name, version | ||
* top level ports | ||
* parameter schema | ||
* bus interfaces | ||
* memory regions | ||
* registers | ||
* clocks, resets | ||
* block generation flow | ||
* references to implementation, documentation, tests | ||
`, | ||
required: ['name', 'version', 'vendor', 'library'], | ||
@@ -155,2 +141,16 @@ properties: { | ||
type: 'object', | ||
title: 'Component', | ||
description: ` | ||
Component document collects information about a single hardware block without | ||
expressing internal structure or hierarchy. Component document expressing following aspects: | ||
* name, version | ||
* top level ports | ||
* parameter schema | ||
* bus interfaces | ||
* memory regions | ||
* registers | ||
* clocks, resets | ||
* block generation flow | ||
* references to implementation, documentation, tests | ||
`, | ||
required: ['component'], | ||
@@ -157,0 +157,0 @@ properties: { |
{ | ||
"name": "duh-schema", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "DUH Schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179457